diff --git a/bidscoin/bidseditor.py b/bidscoin/bidseditor.py index ab9d4ae7..c986e685 100755 --- a/bidscoin/bidseditor.py +++ b/bidscoin/bidseditor.py @@ -1343,7 +1343,7 @@ def bidseditor(bidsfolder: str, bidsmapfile: str='', templatefile: str='', dataf :return: """ - bidsfolder = Path(bidsfolder) + bidsfolder = Path(bidsfolder).resolve() bidsmapfile = Path(bidsmapfile) templatefile = Path(templatefile)