Skip to content
Snippets Groups Projects

Test

Merged Chris Hines requested to merge test into prod
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -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:
Loading