-
Notifications
You must be signed in to change notification settings - Fork 266
[Neuralynx] add 'exclude_filename' keyword #1043
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
[Neuralynx] add 'exclude_filename' keyword #1043
Conversation
|
Hello @JuliaSprenger! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2021-10-28 14:46:15 UTC |
|
@JuliaSprenger yes, this works, behaving similarly to the master branch HEAD if the files are manually deleted. |
|
Thank you @TheChymera for testing this. |
|
@samuelgarcia ready to merge. |
|
@JuliaSprenger THere are some conflict maybe because I merge another PR in the wring order... |
3ee065b to
63c9015
Compare
|
@samuelgarcia I included your suggestion for the parameter handling and fixed the conflicts. Ready for the next round. |
Add option to exclude specific files from being read based on their base filename. See feature request #889 and #1038 (comment)