refactor: cleanup

This commit is contained in:
Dobin
2024-06-02 13:17:40 +01:00
parent 512ff5a466
commit 13320374d9
6 changed files with 21 additions and 40 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ class Observer():
try:
f.write(line + "\n")
except Exception as e:
logger.warn("Error: {}".format(e))
logger.warning("Error: {}".format(e))
# Stdout of executed commands
with open(f"{working_dir}log-cmdoutput.log", "w") as f: