Message ID | 1294079651-21631-2-git-send-email-mgoldish@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/client/common_lib/error.py b/client/common_lib/error.py index 71ba4e5..f1ddaea 100644 --- a/client/common_lib/error.py +++ b/client/common_lib/error.py @@ -133,7 +133,6 @@ class CmdError(TestError): self.result_obj = result_obj self.additional_text = additional_text - def __str__(self): if self.result_obj.exit_status is None: msg = "Command <%s> failed and is not responding to signals"