fix issue

pull/410/head
vapao 2021-09-14 09:23:09 +08:00
parent 897c91e840
commit 850cb08914
1 changed files with 1 additions and 1 deletions

View File

@ -208,4 +208,4 @@ class Helper:
def remote_raw(self, key, ssh, command): def remote_raw(self, key, ssh, command):
code, out = ssh.exec_command_raw(command) code, out = ssh.exec_command_raw(command)
if code != 0: if code != 0:
self.send_error(key, f'exit code: {code}') self.send_error(key, f'exit code: {code}, {out}')