Commit b1121638 authored by Mustafa Emre Acer's avatar Mustafa Emre Acer Committed by Commit Bot

Add a helpful message if translation screenshot upload fails

Bug: 814906
Change-Id: I3707ab5bf8231ab0b8805bad5b645d3db9e85811
Reviewed-on: https://chromium-review.googlesource.com/1149062
Commit-Queue: Mustafa Emre Acer <meacer@chromium.org>
Reviewed-by: default avataranthonyvd <anthonyvd@chromium.org>
Cr-Commit-Position: refs/heads/master@{#579521}
parent 3c74eeea
...@@ -179,7 +179,8 @@ def main(): ...@@ -179,7 +179,8 @@ def main():
num_threads=10, num_threads=10,
skip_hashing=False, skip_hashing=False,
gzip=None) != 0: gzip=None) != 0:
print 'Error uploading screenshots, exiting.' print ('Error uploading screenshots. Try running '
'`download_from_google_storage --config`.')
exit(1) exit(1)
print print
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment