mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-04 01:21:03 +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.
|
# Paranoia check in case this function gets chain-called.
|
||||||
if not self.replaylog:
|
if not self.replaylog:
|
||||||
logger.error('self.replaylog is False after update_idletasks(). Traceback:\n'
|
logger.error(
|
||||||
f'{"".join(traceback.format_list(traceback.extract_stack()))}')
|
f'self.replaylog (type: {type(self.replaylog)}) is falsey after update_idletasks(). Traceback:\n'
|
||||||
|
f'{"".join(traceback.format_list(traceback.extract_stack()))}')
|
||||||
return
|
return
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user