Skip to content

Commit 0feb670

Browse files
authored
reintroduce magic
1 parent 38b59c3 commit 0feb670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pssh/clients/base/parallel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def _get_output_from_greenlet(self, cmd_i, cmd, raise_error=False):
240240
ex = Timeout()
241241
if raise_error:
242242
raise ex
243-
return HostOutput(host=host, exception=ex, alias=alias)
243+
return HostOutput(host, None, None, None, exception=ex, alias=alias)
244244

245245
def get_last_output(self, cmds=None):
246246
"""Get output for last commands executed by ``run_command``.

0 commit comments

Comments
 (0)