Skip to content

Commit b3bf23a

Browse files
committed
FIX: Add initial dot to extension entity
1 parent b147981 commit b3bf23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

niworkflows/utils/bids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def collect_data(
222222
layout.get(
223223
return_type="file",
224224
subject=participant_label,
225-
extension=["nii", "nii.gz"],
225+
extension=[".nii", ".nii.gz"],
226226
**query,
227227
)
228228
)

0 commit comments

Comments
 (0)