This commit is contained in:
a 2020-10-29 21:09:31 +03:00
parent 08bc5292d3
commit 41ad01df85

View file

@ -177,7 +177,7 @@ class CommandPipeline:
def __repr__(self):
s = self.__class__.__name__ + "(\n "
s += ",\n ".join(a + "=" + repr(getattr(self, a)) for a in self.attrnames)
s += ")"
s += "\n)"
return s
def __bool__(self):