Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add comment
  • Loading branch information
DylanRussell committed Jul 17, 2025
commit c8bdc113dfde9efe8f48283a3fc588bf1758e983
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ def overwritten_config_fn(*args, **kwargs):
try:
config_fn(*args, **kwargs)
finally:
# Ensure handler is added back if logging function throws exception.
if removed_handler:
root.addHandler(handler)

Expand Down