Skip to content

Commit

Permalink
now it works???
Browse files Browse the repository at this point in the history
  • Loading branch information
simonfelding authored Aug 6, 2022
1 parent 1aee6d4 commit 9439a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pssh/clients/base/parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def _get_output_from_cmds(self, cmds, raise_error=False):

def _get_output_from_greenlet(self, cmd_i, cmd, raise_error=False):
host = self.hosts[cmd_i]
alias = self.host_config[cmd_i].alias
alias = self._get_host_config(cmd_i, host).alias
try:
host_out = cmd.get()
return host_out
Expand Down

0 comments on commit 9439a3c

Please sign in to comment.