Skip to content

Commit ac03445

Browse files
committed
IT WORKS
1 parent 5032848 commit ac03445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cubids/cubids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1452,7 +1452,7 @@ def _get_bidsuri(filename, dataset_root):
14521452
14531453
"""
14541454
if dataset_root in filename:
1455-
return filename.replace(dataset_root, "bids::/").replace("bids:/", "bids::")
1455+
return filename.replace(dataset_root, "bids::").replace("bids::/", "bids::")
14561456
raise ValueError(f"Only local datasets are supported: {filename}")
14571457

14581458

0 commit comments

Comments
 (0)