Commit 69c68c37 authored by tandrii@chromium.org's avatar tandrii@chromium.org

Fix in readability improvement in apply_issue.

TBR=pgervais@chromium.org,sergeyberezin@chromium.org
BUG=537417

Review URL: https://codereview.chromium.org/1383723003

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@297020 0039d316-1c4b-4281-b951-d872f2087c98
parent ffa2240d
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment