Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(780)

Unified Diff: cros_mark_as_stable.py

Issue 3745006: Fix issue with stale cache from bad builds. (Closed) Base URL: http://git.chromium.org/git/crosutils.git
Patch Set: Nit Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cros_mark_all_as_stable ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cros_mark_as_stable.py
diff --git a/cros_mark_as_stable.py b/cros_mark_as_stable.py
index 9e5666e612496f79984031b9e907579e2e94cf8b..cacb6abfadda33703e68a9712247a5e6952d0ef6 100755
--- a/cros_mark_as_stable.py
+++ b/cros_mark_as_stable.py
@@ -123,7 +123,8 @@ def _PrintUsageAndDie(error_message=''):
command_usage += ' %s: %s\n' % (command, _COMMAND_DICTIONARY[command])
commands_str = '|'.join(commands)
Warning('Usage: %s FLAGS [%s]\n\n%s\nFlags:%s' % (sys.argv[0], commands_str,
- command_usage, gflags.FLAGS))
+ command_usage,
+ gflags.FLAGS))
if error_message:
Die(error_message)
else:
« no previous file with comments | « cros_mark_all_as_stable ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698