You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So it is really just _remove_file(), called with two different values for remote_file.
Strangely, that parameter is not used inside the method, except for getting the ID of DATALAD_ANNEX_SPECIAL_KEYS (a special casing that I believe should not be happening at all: #180).
So its seems the implementation ignores what git-annex knows about the remote-file location. This is likely due to the impossibility of performing reliable lookup-file-by-path actions on dataverse.
The text was updated successfully, but these errors were encountered:
Maybe this can provide insight into an RF strategy.
It comes in two flavors
So it is really just
_remove_file()
, called with two different values forremote_file
.Strangely, that parameter is not used inside the method, except for getting the ID of
DATALAD_ANNEX_SPECIAL_KEYS
(a special casing that I believe should not be happening at all: #180).So its seems the implementation ignores what git-annex knows about the remote-file location. This is likely due to the impossibility of performing reliable lookup-file-by-path actions on dataverse.
The text was updated successfully, but these errors were encountered: