Skip to content

Commit

Permalink
fix log_file
Browse files Browse the repository at this point in the history
  • Loading branch information
eons44 committed Apr 3, 2024
1 parent 2abca47 commit dd19dfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,8 @@ def TeardownLogging(this):
# Calling this multiple times will add multiple log handlers.
def SetLogFile(this):
this.Set('log_file', this.Fetch('log_file', None, this.fetch.useDuringSetup))
this.log.file = this.log_file

if (this.log.file is None):
return

Expand Down

0 comments on commit dd19dfa

Please sign in to comment.