Added debug information

This commit is contained in:
Anton Hvornum 2022-02-12 15:05:56 +01:00
parent a345d50923
commit 38f2853d17
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
1 changed files with 3 additions and 0 deletions

View File

@ -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'):