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

Unified Diff: trychange.py

Issue 502075: One liner fix. (Closed)
Patch Set: Created 11 years 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 | « scm.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trychange.py
diff --git a/trychange.py b/trychange.py
index 3febb1273cc3b537a9b97daac6e563ea3d2f51ec..c5365bc71cad6f4b6c2c18a1b4d38ec7cfba1bae 100755
--- a/trychange.py
+++ b/trychange.py
@@ -567,4 +567,4 @@ def TryChange(argv,
if __name__ == "__main__":
- sys.exit(TryChange(None, None, False))
+ sys.exit(TryChange(None, [], False))
« no previous file with comments | « scm.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698