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
@@ -161,6 +161,7 @@ class Ssh:
@@ -161,6 +161,7 @@ class Ssh:
notdead = True
notdead = True
wait=0
wait=0
while notstarted and notdead:
while notstarted and notdead:
 
import time
ctrl_p.poll()
ctrl_p.poll()
if ctrl_p.returncode != None:
if ctrl_p.returncode != None:
notdead = False
notdead = False
Loading