Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChymera committed Jul 26, 2022
1 parent ae6970a commit 3f43905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandi/support/bids/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def _get_paths(
# Do not index the contents of the directory.
dirs[:] = []
# will break if BIDS ever puts meaningful data under `/.{dandi,datalad,git}*/`
if os.path.basename(root) in exclude_subdirs::
if os.path.basename(root) in exclude_subdirs:
continue
for file_name in file_names:
if file_name in exclude_files:
Expand Down

0 comments on commit 3f43905

Please sign in to comment.