templateflow / python-client

A python client to query TemplateFlow via pyBIDS
https://templateflow.org/python-client/
Apache License 2.0
8 stars 12 forks source link

FIX: Require environment variable to use DataLad #8

Closed oesteban closed 5 years ago

oesteban commented 5 years ago

This PR adds a check on TEMPLATEFLOW_USE_DATALAD (default unset or false) which needs to evaluate to True in order to use DataLad.

This fix addresses poldracklab/fmriprep#1534.

oesteban commented 5 years ago

Hehehe, before adding the variable to the docs, we need to build docs at all (opened #9)