Fix git_review.cmd.CommandFailed: <exception str() failed>

Change-Id: I1f17325baa69522a4471f5bcf270a74038ad8642
This commit is contained in:
Sunyeop Lee
2021-12-29 06:34:03 +00:00
parent 25c2d3fe96
commit cf4c2c62c6

View File

@@ -94,7 +94,7 @@ class CommandFailed(GitReviewException):
("output", self.output)])
def __str__(self):
return self.__doc__ + """
return """
The following command failed with exit code %(rc)d
"%(argv)s"
-----------------------