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.
2 parents ca302ad + 13e0217 commit 7a08e40Copy full SHA for 7a08e40
setup.cfg
@@ -46,7 +46,7 @@ exclude =
46
citations =
47
doi2bib
48
datalad =
49
- datalad ~= 0.11.8
+ datalad ~= 0.12.0
50
doc =
51
nbsphinx
52
packaging
templateflow/conf/__init__.py
@@ -69,7 +69,7 @@ def _update_datalad():
69
70
print("Updating TEMPLATEFLOW_HOME using DataLad ...")
71
try:
72
- update(str(TF_HOME), recursive=True, merge=True)
+ update(dataset=str(TF_HOME), recursive=True, merge=True)
73
except Exception as e:
74
warn(f"Error updating TemplateFlow's home directory (using DataLad): {e}")
75
return True
0 commit comments