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

Gracefully handle missing files #31

Merged
merged 5 commits into from
Jul 12, 2024

Conversation

bpurinton
Copy link
Contributor

Resolves #21

The glob.glob functions used throughout the codebase to gather files are ported to one flexible function that warns a user when a file is not found. In most cases (except critical ones) the plotting proceeds and missing data is handled by displaying the plot with a text notice that one or more files is missing. At that point, a user will need to pay attention to warning messages they received to track down and generate the missing files. These are likely edge cases, as most users will not be deleting the automatically generated ASP file outputs.

@bpurinton bpurinton merged commit e1638f3 into main Jul 12, 2024
@bpurinton bpurinton deleted the bp-21-gracefully-handle-missing-files branch July 12, 2024 21:55
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

Successfully merging this pull request may close these issues.

Gracefully handle missing files
1 participant