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

fixed module search flag in nwbinspector #446

Merged
merged 4 commits into from
Apr 19, 2024

Conversation

dysprague
Copy link
Contributor

Motivation

I was testing adding custom checks to nwbinspector using the '--modules' flag. I was initially facing an error where the nwbinspector was only reading the first character after the --modules flag. I realized that nwbinspector.py was expecting the modules to be input as a comma separated strings of modules, but there was no code to split this module string into a list of strings causing the string itself to be looped over as an iterable. I added a line of code that splits the modules string at the commas to yield a list of strings.

@CodyCBakerPhD
Copy link
Contributor

Awesome, thanks a bunch!

Last thing, can you add a CHANGELOG entry with a category header ### Fixes?

CHANGELOG.md Outdated Show resolved Hide resolved
@CodyCBakerPhD CodyCBakerPhD enabled auto-merge (squash) April 19, 2024 17:01
@CodyCBakerPhD
Copy link
Contributor

LGTM! Thanks again

@CodyCBakerPhD CodyCBakerPhD merged commit faf9cda into NeurodataWithoutBorders:dev Apr 19, 2024
25 checks 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.

2 participants