Skip to content
Snippets Groups Projects
Commit 8086c2b6 authored by Chris Hines's avatar Chris Hines
Browse files

I think I found the lock error

parent 44b4d4aa
No related branches found
No related tags found
2 merge requests!97Test,!96Dev
Pipeline #70126 passed
......@@ -101,7 +101,8 @@ class Ssh:
try:
check_p = subprocess.Popen(cmd,stdout=subprocess.PIPE,stderr=subprocess.PIPE,stdin=None)
(stderr,stdout) = check_p.communicate(timeout=Ssh.TIMEOUT)
except subprocess.TimeoutExpired as e:
raise e
return check_p.returncode == 0
@staticmethod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment