Fix git_review.cmd.CommandFailed: <exception str() failed>
Change-Id: I1f17325baa69522a4471f5bcf270a74038ad8642
This commit is contained in:
@@ -94,7 +94,7 @@ class CommandFailed(GitReviewException):
|
|||||||
("output", self.output)])
|
("output", self.output)])
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return self.__doc__ + """
|
return """
|
||||||
The following command failed with exit code %(rc)d
|
The following command failed with exit code %(rc)d
|
||||||
"%(argv)s"
|
"%(argv)s"
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user