[ci] auto-format

This commit is contained in:
rikkolovescats 2023-06-29 23:09:26 +00:00 committed by github-actions[bot]
parent 8a8df69e36
commit e31a7890c7

View file

@ -1589,7 +1589,7 @@ class PluginManagerWindow(bui.Window):
pass pass
except Exception as e: except Exception as e:
bui.textwidget(edit=self._plugin_manager_status_text, bui.textwidget(edit=self._plugin_manager_status_text,
text=str(e)) text=str(e))
raise raise
async def draw_index(self): async def draw_index(self):