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

bug fix in get_custom_flags #81

Merged
merged 2 commits into from
Feb 14, 2024
Merged

Conversation

RobLBaker
Copy link
Member

get_custom_flags was counting both A and AE flags when it should have been counting just A flags, leading to %Accepted > 100%. Fixed the regex such that it will now only count A flags (or A followed by anything but an E with the idea that someone could add custom codes to the flags such as A_jenkins if Jenkins flagged the data as accepted).

@RobLBaker RobLBaker added the bug Something isn't working label Feb 14, 2024
@RobLBaker RobLBaker self-assigned this Feb 14, 2024
@RobLBaker RobLBaker merged commit 6d25a72 into nationalparkservice:master Feb 14, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant