提交 25f01c8a 编写于 作者: R Rudá Moura

Merge pull request #368 from clebergnu/sysinfo_repr_fix

avocado/sysinfo.py: simple formatting fix for the Command class
......@@ -178,7 +178,7 @@ class Command(Loggable):
def __repr__(self):
r = "sysinfo.Command(%r, %r, %r)"
r %= (self.cmd, self.logf)
r %= (self.cmd, self.logf, self._compress_log)
return r
def __eq__(self, other):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册