Even more logging fixes #757

Merged
telackey merged 2 commits from telackey/morelog into main 2024-02-22 01:24:45 +00:00
Showing only changes of commit 70bd480fb4 - Show all commits

View File

@ -40,6 +40,7 @@ class AttrDict(dict):
def logged_cmd(log_file, *vargs):
result = None
try:
if log_file:
print(" ".join(vargs), file=log_file)