Skip to content

Commit c5a46c3

Browse files
committed
resolving bug in layout call, per @kaitj feedback
1 parent 716f521 commit c5a46c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bids2table/pybids/_layout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def get_metadata(self, path: str) -> dict[str, Any]:
348348
if not Path(path).is_absolute():
349349
path = str(self.root / path)
350350

351-
return load_bids_metadata(path, str(self.root))
351+
return load_bids_metadata(path)
352352

353353
def get_file(self, path: str) -> BIDSFile:
354354
"""

0 commit comments

Comments
 (0)