We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d3e641 commit 6fa6e11Copy full SHA for 6fa6e11
src/ansys/aedt/core/extensions/misc.py
@@ -376,7 +376,7 @@ def log_message(self, message: str):
376
def __init_root(self, title: str, withdraw: bool) -> tkinter.Tk:
377
"""Init Tk root window with error handling and icon."""
378
379
- def show_error_with_details(self, exc, val, tb):
+ def show_error_with_details(self, exc, val, tb): # pragma: no cover
380
"""Custom exception showing an error message with details button."""
381
win = tkinter.Toplevel()
382
win.title("Error")
0 commit comments