aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Luther <luther.ralf@gmail.com>2020-02-22 15:47:24 +0100
committerRalf Luther <luther.ralf@gmail.com>2020-02-22 15:48:33 +0100
commit869cd09b6c3ba271159f1804fd16368252214832 (patch)
tree0b1c8cde672acbb38992d5f279d3ad1c6175ed7d
parent3e9ef50bbf8b830f427d84aacc23ff0f6b5751fa (diff)
crowdin: fix scriptp9.0
damn the derp. :) Change-Id: Ie907885a176b8d4bd29bf29b33ca7aafdf78a0ef
-rwxr-xr-xcrowdin_sync.py2
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)