diff --git a/src/vorta/__main__.py b/src/vorta/__main__.py index a9198823..eb2ca3a1 100644 --- a/src/vorta/__main__.py +++ b/src/vorta/__main__.py @@ -17,7 +17,7 @@ def main(): 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))