chore: normalize docstring

This commit is contained in:
aclist 2026-08-20 07:55:43 +09:00
parent e9d064820e
commit 0d5e190b75
2 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,6 @@ class ConfigManager:
dialog = ExceptionDialog(self.controller, trace)
dialog.show_all()
dialog.run()
raise e
def save_res_and_quit(self, tv: "ServerTreeView", window: "OuterWindow") -> None:
columns = tv.get_columns()

View File

@ -245,6 +245,7 @@ class ExceptionDialog(TextBufferDialog):
except Exception:
trace = traceback.format_exc()
dialog = ExceptionDialog(Controller, trace)
dialog.show_all()
dialog.run()
"""