mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
newline
This commit is contained in:
parent
08bc5292d3
commit
41ad01df85
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue