From 268b4975ea74a011ae53127b5071b0bb5856f3c1 Mon Sep 17 00:00:00 2001 From: Chris Hines <chris.hines@monash.edu> Date: Thu, 17 Sep 2020 16:09:25 +1000 Subject: [PATCH] blerg --- tes/sshwrapper/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tes/sshwrapper/__init__.py b/tes/sshwrapper/__init__.py index c134eb6..2a0875a 100644 --- a/tes/sshwrapper/__init__.py +++ b/tes/sshwrapper/__init__.py @@ -173,6 +173,7 @@ class Ssh: raise SshCtrlException(error.decode()) DOUBLECHECK=True if DOUBLECHECK: + import time time.sleep(1) ctrl_p.poll() if ctrl_p.returncode != None: -- GitLab