Skip to content

Commit

Permalink
Do not auto-enable the cds remote (#20)
Browse files Browse the repository at this point in the history
It seems more likely than not that people don't have datalad-cds
installed at the time of cloning a dataset. Thus, auto-enabling leads to
some potentially confusing error messages and then leaves the repository
in a state in which the remote is disabled. The message when cloning a
repository with a not-auto-enabling cds remote is more appropriate, I
think.
  • Loading branch information
matrss authored Aug 28, 2024
1 parent a5d1e53 commit f8c0c5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/datalad_cds/download_cds.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ def ensure_special_remote_exists_and_is_enabled(
[
"encryption=none",
"type=external",
"autoenable=true",
"externaltype={}".format(remote),
"uuid={}".format(uuid),
],
Expand Down

0 comments on commit f8c0c5f

Please sign in to comment.