Skip to content

Commit 730f905

Browse files
committed
FIX: PyBIDS does not use Paths internally
1 parent 201a5d4 commit 730f905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templateflow/conf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
zipref.extractall(str(TF_HOME))
4040

4141
TF_LAYOUT = Layout(
42-
TF_HOME, validate=False, config='templateflow',
42+
str(TF_HOME), validate=False, config='templateflow',
4343
ignore=['.git', '.datalad', '.gitannex', '.gitattributes', 'scripts'])

0 commit comments

Comments
 (0)