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

Unified Diff: apply_issue.py

Issue 1383723003: Fix in readability improvement in apply_issue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apply_issue.py
diff --git a/apply_issue.py b/apply_issue.py
index dd9075791c98799ba63f7827b200e7c156153f7b..7899fa89aa15e201dcca3ca4a0276efd4dff0f63 100755
--- a/apply_issue.py
+++ b/apply_issue.py
@@ -27,7 +27,7 @@ import scm
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
-RETURN_CODE_OK = 0 # any other failure, likely patch apply one.
+RETURN_CODE_OK = 0
RETURN_CODE_OTHER_FAILURE = 1 # any other failure, likely patch apply one.
RETURN_CODE_ARGPARSE_FAILURE = 2 # default in python.
RETURN_CODE_INFRA_FAILURE = 3 # considered as infra failure.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698