Fixed rmserver/rmbuild bug
Signed-off-by: Joppe Blondel <joppe@blondel.nl>
This commit is contained in:
@ -183,10 +183,10 @@ class SSHServer(paramiko.ServerInterface):
|
||||
|
||||
return True
|
||||
|
||||
except Exception:
|
||||
except Exception as e:
|
||||
global running
|
||||
if running:
|
||||
print("ERROR: Unknown error")
|
||||
print("ERROR: Unknown error:", e)
|
||||
return False
|
||||
|
||||
class Connection(threading.Thread):
|
||||
|
Reference in New Issue
Block a user