Skip to content

Commit

Permalink
fix nicelogger for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Apr 28, 2024
1 parent fdac4af commit 2a63dde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvchecker/lib/nicelogger.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def format(self, record):
'filename', 'exc_info', 'exc_text', 'created', 'funcName',
'processName', 'process', 'msecs', 'relativeCreated', 'thread',
'threadName', 'name', 'levelno', 'msg', 'pathname', 'stack_info',
'taskName',
})

if record.exc_info:
Expand Down

0 comments on commit 2a63dde

Please sign in to comment.