aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/VatExecutor.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/python/VatExecutor.py')
-rw-r--r--resources/libraries/python/VatExecutor.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/libraries/python/VatExecutor.py b/resources/libraries/python/VatExecutor.py
index 2d6a03327b..be8dbbe9dc 100644
--- a/resources/libraries/python/VatExecutor.py
+++ b/resources/libraries/python/VatExecutor.py
@@ -251,7 +251,8 @@ class VatTerminal:
self._tty = self._ssh.interactive_terminal_open()
except Exception:
raise RuntimeError(
- f"Cannot open interactive terminal on node {self._node}"
+ f"Cannot open interactive terminal on node "
+ f"{self._node[u'host']}"
)
for _ in range(3):