mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
refactor: cleanup
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user