We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1924477 commit e7c9aaeCopy full SHA for e7c9aae
templateflow/client.py
@@ -85,7 +85,7 @@ def __init__(
85
):
86
if cache is None:
87
if root:
88
- config_kwargs['root'] = root
+ config_kwargs['root'] = Path(root)
89
cache = TemplateFlowCache(CacheConfig(**config_kwargs))
90
elif root or config_kwargs:
91
raise ValueError(
0 commit comments