Make DataLad optional #22

Merged
mih merged 1 commit from nodatalad into master 2023-10-11 15:05:30 +00:00

1 commit

Author SHA1 Message Date
c54d6499f4 Make DataLad optional
This change replaces `datalad_get()` with a noop function, whenever
datalad is not available.

This change enables other means of provisioning data, and/or running the
analysis code in environments where datalad is not available.

When datalad is not around, the replacement function produces a message
that reports the data file it would have provisioned.
2023-10-11 16:42:08 +02:00