mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-05-31 07:39:44 +03:00
theme.py: Log widget if exception is thrown
This commit is contained in:
parent
10977ccb07
commit
17530c2d2b
2
theme.py
2
theme.py
@ -326,7 +326,7 @@ class _Theme(object):
|
|||||||
highlightbackground=self.current['disabledforeground'])
|
highlightbackground=self.current['disabledforeground'])
|
||||||
|
|
||||||
except Exception:
|
except Exception:
|
||||||
logger.exception('Plugin widget issue ?')
|
logger.exception(f'Plugin widget issue ? {widget=}')
|
||||||
|
|
||||||
# Apply configured theme
|
# Apply configured theme
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user