You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On creation of the PDF file, the info input in the main menu gets included in the file name. When there are unpermitted characters for the file name entered into the form, writing the file obviously fails, and the program crashes without producing a report. It seems the issue could be resolved by removing all unpermitted characters from the file name string before writing the file. We could also block those keys from the pygame events.
The text was updated successfully, but these errors were encountered:
On creation of the PDF file, the info input in the main menu gets included in the file name. When there are unpermitted characters for the file name entered into the form, writing the file obviously fails, and the program crashes without producing a report. It seems the issue could be resolved by removing all unpermitted characters from the file name string before writing the file. We could also block those keys from the pygame events.
The text was updated successfully, but these errors were encountered: