pull -r remote: Disregards specified http remote #6596
Labels
A: data-sync
Related to dvc get/fetch/import/pull/push
bug
Did we break something?
p0-critical
Critical issue. Needs to be fixed ASAP.
Bug Report
Description
When running
dvc pull -r <remote>
, the requests sent in order to retrieve directory data are sent to the default remote instead of the specified one.Reproduce
git clone repo
(that has dvc directories)dvc remote add <remote> <http-remote>
dvc pull -r <remote>
Expected
DVC pull should try to fetch the data from the specified remote
Environment information
MacOS
Output of
dvc doctor
:Additional Information (if any):
The bug seems to have been introduced with #6486
In the following code (dvc/output.py):
The text was updated successfully, but these errors were encountered: