From e31a7890c712595c856b58c209f064e6aacf462a Mon Sep 17 00:00:00 2001 From: rikkolovescats Date: Thu, 29 Jun 2023 23:09:26 +0000 Subject: [PATCH] [ci] auto-format --- plugin_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_manager.py b/plugin_manager.py index af65658..dc8dbae 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -1589,7 +1589,7 @@ class PluginManagerWindow(bui.Window): pass except Exception as e: bui.textwidget(edit=self._plugin_manager_status_text, - text=str(e)) + text=str(e)) raise async def draw_index(self):