Added debug information
This commit is contained in:
parent
a345d50923
commit
38f2853d17
|
|
@ -393,6 +393,9 @@ class SysCommandWorker:
|
|||
|
||||
exit(1)
|
||||
|
||||
with open(f"{storage['LOG_PATH']}/cmd_output.txt", "a") as peak_output_log:
|
||||
peak_output_log(f"[COMPLETED] {self.cmd[0]} has finished.")
|
||||
|
||||
exit(0)
|
||||
else:
|
||||
if storage['arguments'].get('debug'):
|
||||
|
|
|
|||
Loading…
Reference in New Issue