diff options
| -rwxr-xr-x | crowdin_sync.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crowdin_sync.py b/crowdin_sync.py index 7f8e117..bc16c97 100755 --- a/crowdin_sync.py +++ b/crowdin_sync.py @@ -312,7 +312,7 @@ def submit_gerrit(branch, username): '--code-review +2', '--submit', js['currentPatchSet']['revision']] msg, code = run_subprocess(cmd, True) - print('Submitting commit %s: ' % js[url], end='') + print('Submitting commit %s: ' % js['url'], end='') if code != 0: errorText = msg[1].replace('\n\n', '; ').replace('\n', '') print('Failed: %s' % errorText) |
