mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 17:42:20 +03:00
Adjust logging to include type (and not strictly False).
This commit is contained in:
parent
34c0536a7e
commit
b4d928246e
@ -187,8 +187,9 @@ Msg:\n{msg}'''
|
||||
|
||||
# Paranoia check in case this function gets chain-called.
|
||||
if not self.replaylog:
|
||||
logger.error('self.replaylog is False after update_idletasks(). Traceback:\n'
|
||||
f'{"".join(traceback.format_list(traceback.extract_stack()))}')
|
||||
logger.error(
|
||||
f'self.replaylog (type: {type(self.replaylog)}) is falsey after update_idletasks(). Traceback:\n'
|
||||
f'{"".join(traceback.format_list(traceback.extract_stack()))}')
|
||||
return
|
||||
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user