We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5032848 commit ac03445Copy full SHA for ac03445
cubids/cubids.py
@@ -1452,7 +1452,7 @@ def _get_bidsuri(filename, dataset_root):
1452
1453
"""
1454
if dataset_root in filename:
1455
- return filename.replace(dataset_root, "bids::/").replace("bids:/", "bids::")
+ return filename.replace(dataset_root, "bids::").replace("bids::/", "bids::")
1456
raise ValueError(f"Only local datasets are supported: {filename}")
1457
1458
0 commit comments