mirror of
https://github.com/aclist/dztui.git
synced 2026-08-28 10:47:15 +02:00
chore: normalize docstring
This commit is contained in:
parent
e9d064820e
commit
0d5e190b75
@ -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()
|
||||
|
||||
@ -245,6 +245,7 @@ class ExceptionDialog(TextBufferDialog):
|
||||
except Exception:
|
||||
trace = traceback.format_exc()
|
||||
dialog = ExceptionDialog(Controller, trace)
|
||||
dialog.show_all()
|
||||
dialog.run()
|
||||
"""
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user