Merge "Set a default EXIT_CODE for GitReviewException"

This commit is contained in:
Jenkins 2016-08-30 14:33:40 +00:00 committed by Gerrit Code Review
commit 67dbbc2e59
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class colors(object):
class GitReviewException(Exception):
pass
EXIT_CODE = 127
class CommandFailed(GitReviewException):