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

Fix if-else branch in column name validation #143

Merged
merged 1 commit into from
Jun 15, 2023

Conversation

lazear
Copy link
Contributor

@lazear lazear commented Jun 14, 2023

If "m" is None (e.g. if the regex failed to match), then the following branch fails via exception, and fails to report errors. This should be an if-else.

If "m" is None, then the following branch fails. This should be an if-else.
@lazear lazear changed the title Update sdrf_schema.py Fix if-else branch in column name validation Jun 14, 2023
@ypriverol ypriverol self-requested a review June 15, 2023 04:38
@ypriverol ypriverol merged commit 15365bf into bigbio:master Jun 15, 2023
1 check passed
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.

None yet

2 participants