mirror of
https://github.com/borgbase/vorta
synced 2025-01-02 21:25:48 +00:00
Link to report form chooser for critical errors. (#1451)
Currently the link will open an empty issue. Now the user can choose one of the templates. * src/vorta/__main__.py : Replace link.
This commit is contained in:
parent
ddcd3c7b0e
commit
055338af2c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ def exception_handler(type, value, tb):
|
|||
from PyQt5.QtWidgets import QMessageBox
|
||||
|
||||
logger.critical(
|
||||
"Uncaught exception, file a report at https://github.com/borgbase/vorta/issues/new",
|
||||
"Uncaught exception, file a report at https://github.com/borgbase/vorta/issues/new/choose",
|
||||
exc_info=(type, value, tb),
|
||||
)
|
||||
full_exception = ''.join(format_exception(type, value, tb))
|
||||
|
|
Loading…
Reference in a new issue