For consistency with other exception classes, keep just a single blank line between __init__() and __str__(). Signed-off-by: Michael Goldish <mgoldish@xxxxxxxxxx> --- client/common_lib/error.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) 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" -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html