Skip to content

Commit

Permalink
fix layout ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
maximemulder committed Dec 26, 2024
1 parent cb13ccf commit 2a942b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lib/bidsreader.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def load_bids_data(self, validate: bool):
if self.verbose:
print('Loading the BIDS dataset with BIDS layout library...\n')

exclude_arr = ['/code/', '/sourcedata/', '/log/', '.git/']
exclude_arr = ['code', 'sourcedata', 'log', '.git']
force_arr = [re.compile(r"_annotations\.(tsv|json)$")]

# BIDSLayoutIndexer is required for PyBIDS >= 0.12.1
Expand Down

0 comments on commit 2a942b5

Please sign in to comment.