traceback errors: save svg (#1659)

pull/1685/head
Kaalleen 2022-05-24 19:33:23 +02:00 zatwierdzone przez GitHub
rodzic 9f709a7d83
commit ca07b1b267
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 7 dodań i 4 usunięć

Wyświetl plik

@ -82,10 +82,13 @@ else:
errormsg(shapely_errors.getvalue())
if exception:
errormsg(_("Ink/Stitch experienced an unexpected error.") + "\n")
errormsg(_("If you'd like to help, please file an issue at "
"https://github.com/inkstitch/inkstitch/issues "
"and include the entire error description below:") + "\n")
errormsg(_("Ink/Stitch experienced an unexpected error. This means it is a bug in Ink/Stitch.") + "\n")
errormsg(_("If you'd like to help please\n"
"- copy the entire error message below\n"
"- save your SVG file and\n"
"- create a new issue at https://github.com/inkstitch/inkstitch/issues") + "\n")
errormsg(_("Include the error description and also (if possible) "
"the svg file.") + "\n")
errormsg(version.get_inkstitch_version() + "\n")
errormsg(exception)
sys.exit(1)