mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix syntax error
This commit is contained in:
@@ -189,8 +189,8 @@ def create_release_draft(github, tag):
|
||||
if body == '':
|
||||
sys.stderr.write('Quit due to empty release note.\n')
|
||||
sys.exit(0)
|
||||
|
||||
data = dict(tag_name=tag, name=name, body=body, draft=True target_commitish='1-6-x')
|
||||
data = dict(tag_name=tag, name=name, body=body, draft=True,
|
||||
target_commitish='1-6-x')
|
||||
r = github.repos(ELECTRON_REPO).releases.post(data=data)
|
||||
return r
|
||||
|
||||
|
||||
Reference in New Issue
Block a user