We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201a5d4 commit 730f905Copy full SHA for 730f905
templateflow/conf/__init__.py
@@ -39,5 +39,5 @@
39
zipref.extractall(str(TF_HOME))
40
41
TF_LAYOUT = Layout(
42
- TF_HOME, validate=False, config='templateflow',
+ str(TF_HOME), validate=False, config='templateflow',
43
ignore=['.git', '.datalad', '.gitannex', '.gitattributes', 'scripts'])
0 commit comments