Skip to content

Commit 9439a3c

Browse files
authored
now it works???
1 parent 1aee6d4 commit 9439a3c

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
@@ -231,7 +231,7 @@ def _get_output_from_cmds(self, cmds, raise_error=False):
231231

232232
def _get_output_from_greenlet(self, cmd_i, cmd, raise_error=False):
233233
host = self.hosts[cmd_i]
234-
alias = self.host_config[cmd_i].alias
234+
alias = self._get_host_config(cmd_i, host).alias
235235
try:
236236
host_out = cmd.get()
237237
return host_out

0 commit comments

Comments
 (0)