Skip to content

Commit

Permalink
Minor Path().resolve tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelzwiers committed Mar 21, 2021
1 parent 281da0b commit f78d953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bidscoin/bidseditor.py
Expand Up @@ -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)

Expand Down

0 comments on commit f78d953

Please sign in to comment.