From 17530c2d2b56e13939f0a710d72d45dbb32b7d26 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sat, 19 Feb 2022 11:48:27 +0000 Subject: [PATCH] theme.py: Log widget if exception is thrown --- theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.py b/theme.py index eea1072a..ce9318bd 100644 --- a/theme.py +++ b/theme.py @@ -326,7 +326,7 @@ class _Theme(object): highlightbackground=self.current['disabledforeground']) except Exception: - logger.exception('Plugin widget issue ?') + logger.exception(f'Plugin widget issue ? {widget=}') # Apply configured theme