bids-standard / bids-validator

Validator for the Brain Imaging Data Structure
https://bids-standard.github.io/bids-validator/
MIT License
1 stars 4 forks source link

unhandled rejection if .bidsignore is a directory #50

Open rwblair opened 3 years ago

rwblair commented 3 years ago

In 1.7.3 and 1.8.1 validator will fail with EISDIR error trying to read .bidsignore as if it were a file. We should fail better here.

Found an old install of 1.3.4 on the HPC and interestingly it did not fail in this case.

sappelhoff commented 3 years ago

Found an old install of 1.3.4 on the HPC and interestingly it did not fail in this case.

See also bids-standard/legacy-validator#648

effigies commented 2 weeks ago

Need a test case.