We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0e7a6 commit 1b03671Copy full SHA for 1b03671
pssh/output.py
@@ -76,8 +76,9 @@ def __repr__(self):
76
return "{linesep}\thost={host}{linesep}" \
77
"\texit_code={exit_code}{linesep}" \
78
"\tcmd={cmd}{linesep}\tchannel={channel}{linesep}" \
79
- "\tstdout={stdout}{linesep}\tstderr={stderr}{linesep}\tstdin={stdin}{linesep}\
80
- \texception={exception}{linesep}".format(
+ "\tstdout={stdout}{linesep}\tstderr={stderr}{linesep}" \
+ "\tstdin={stdin}{linesep}" \
81
+ "\texception={exception}{linesep}".format(
82
host=self.host, cmd=self.cmd, channel=self.channel,
83
stdout=self.stdout, stdin=self.stdin, stderr=self.stderr,
84
exception=self.exception, linesep=linesep,
0 commit comments