Skip to content

Added errorhandling while parsing

When in the event of an parsing error, the program will now raise an error pop up with the information that the file cannot been parsed and the option to further detail the problem.

The Message of the further detail section stems from the error message given by the Error Class itself (like ValueError or BadSyntax).

Closes #43

Merge request reports

Loading