Skip to content

Commit f00b010

Browse files
committed
Update path.py
1 parent c002a0f commit f00b010

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mne_bids/path.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,6 @@ def __init__(
410410
):
411411
raise ValueError("At least one parameter must be given.")
412412

413-
self.check = check
414-
415413
self.update(
416414
subject=subject,
417415
session=session,
@@ -427,6 +425,7 @@ def __init__(
427425
datatype=datatype,
428426
suffix=suffix,
429427
extension=extension,
428+
check=check,
430429
)
431430

432431
@property

0 commit comments

Comments
 (0)