From 9439a3cc9d04ac3425d1488cd7a98e97fcb86c5a Mon Sep 17 00:00:00 2001 From: simonfelding <45149055+simonfelding@users.noreply.github.com> Date: Sat, 6 Aug 2022 23:14:56 +0200 Subject: [PATCH] now it works??? --- pssh/clients/base/parallel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pssh/clients/base/parallel.py b/pssh/clients/base/parallel.py index 12c701d8..f2b83df7 100644 --- a/pssh/clients/base/parallel.py +++ b/pssh/clients/base/parallel.py @@ -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