Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ exclude =
citations =
doi2bib
datalad =
datalad ~= 0.11.8
datalad ~= 0.12.0
doc =
nbsphinx
packaging
Expand Down
2 changes: 1 addition & 1 deletion templateflow/conf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def _update_datalad():

print("Updating TEMPLATEFLOW_HOME using DataLad ...")
try:
update(str(TF_HOME), recursive=True, merge=True)
update(dataset=str(TF_HOME), recursive=True, merge=True)
except Exception as e:
warn(f"Error updating TemplateFlow's home directory (using DataLad): {e}")
return True
Expand Down