crowdin: Fix submitting
Change-Id: I21b8730c3893362bf4b74f919c11d7cfac19488f
diff --git a/crowdin_sync.py b/crowdin_sync.py
index d5d7826..836e8be 100755
--- a/crowdin_sync.py
+++ b/crowdin_sync.py
@@ -314,8 +314,7 @@
'--code-review +2',
'--submit', js['currentPatchSet']['revision']]
msg, code = run_subprocess(cmd, True)
- # Disable for now (Gerrit removed param)
- # 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)