diff options
| author | Ralf Luther <luther.ralf@gmail.com> | 2020-02-22 15:47:24 +0100 |
|---|---|---|
| committer | Ralf Luther <luther.ralf@gmail.com> | 2020-02-22 15:48:33 +0100 |
| commit | 869cd09b6c3ba271159f1804fd16368252214832 (patch) | |
| tree | 0b1c8cde672acbb38992d5f279d3ad1c6175ed7d | |
| parent | 3e9ef50bbf8b830f427d84aacc23ff0f6b5751fa (diff) | |
crowdin: fix scriptp9.0
damn the derp. :)
Change-Id: Ie907885a176b8d4bd29bf29b33ca7aafdf78a0ef
| -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) |
