Skip to content

Commit f78d953

Browse files
committed
Minor Path().resolve tweak
1 parent 281da0b commit f78d953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bidscoin/bidseditor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,7 @@ def bidseditor(bidsfolder: str, bidsmapfile: str='', templatefile: str='', dataf
13431343
:return:
13441344
"""
13451345

1346-
bidsfolder = Path(bidsfolder)
1346+
bidsfolder = Path(bidsfolder).resolve()
13471347
bidsmapfile = Path(bidsmapfile)
13481348
templatefile = Path(templatefile)
13491349

0 commit comments

Comments
 (0)