Even more logging fixes #757
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user