mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 22:39:06 -05:00
print early tracebacks to console
This commit is contained in:
parent
7df86c22f9
commit
fb413727b6
1 changed files with 1 additions and 0 deletions
|
|
@ -258,6 +258,7 @@ def run():
|
|||
try:
|
||||
_run()
|
||||
except Exception as e:
|
||||
traceback.print_exc()
|
||||
QMessageBox.critical(None, "Startup Error",
|
||||
"Please notify support of this error:\n\n"+
|
||||
traceback.format_exc())
|
||||
|
|
|
|||
Loading…
Reference in a new issue