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

Unified Diff: chrome-update.py

Issue 3337018: Add pylint to presubmit checks (Closed)
Patch Set: execute the drover config file in the current closure Created 10 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 | « PRESUBMIT.py ('k') | drover.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome-update.py
diff --git a/chrome-update.py b/chrome-update.py
index 6398230542111f079deade063ccea8e3b57189f2..a2baa43c520351ec3dfe0906c5ae1730db54264f 100755
--- a/chrome-update.py
+++ b/chrome-update.py
@@ -133,7 +133,7 @@ def Main():
help="doesn't sync before building")
parser.add_option("", "--print-latest", action="store_true", default=False,
help="print the latest buildable revision and exit")
- options, args = parser.parse_args()
+ options, args = parser.parse_args(None)
if options.print_latest:
print GetRevision() or "HEAD"
« no previous file with comments | « PRESUBMIT.py ('k') | drover.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698