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

Unified Diff: infra/tools/restart/__main__.py

Issue 1233243007: Ask for confirmation before committing. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase onto latest master. Created 5 years, 3 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 | « no previous file | infra/tools/restart/restart.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/tools/restart/__main__.py
diff --git a/infra/tools/restart/__main__.py b/infra/tools/restart/__main__.py
index 966bc91e025582730d1da5274909b787cbc5e521..e62e096db46d06cc700c9e7cef2f680b4d21b942 100755
--- a/infra/tools/restart/__main__.py
+++ b/infra/tools/restart/__main__.py
@@ -30,7 +30,7 @@ def main(argv):
delta = datetime.timedelta(minutes=args.minutes_in_future)
- return restart.run(args.masters, delta, args.bug)
+ return restart.run(args.masters, delta, args.bug, args.force)
if __name__ == '__main__':
sys.exit(main(sys.argv[1:]))
« no previous file with comments | « no previous file | infra/tools/restart/restart.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698