Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Program crashes and does not complete saving report if special characters or slashes, commas, etc. were used in client id field #1

Open
MichaelWoodc opened this issue Sep 20, 2023 · 0 comments
Assignees

Comments

@MichaelWoodc
Copy link
Collaborator

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.

@MichaelWoodc MichaelWoodc self-assigned this Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant