-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
bugDid we break something?Did we break something?good first issuep1-importantImportant, aka current backlog of things to doImportant, aka current backlog of things to douiuser interface / interactionuser interface / interaction
Description
Script to reproduce:
mkdir test
dvc import https://github.com/iterative/example-get-started model.pkl
git add .
git commit -am "init"
cd ..
git clone test test1
cd test1
dvc pull
outputs only:
WARNING: DVC-file 'model.pkl.dvc' is locked. Its dependencies are not going to be checked out.
I think there should be no warning, especially considering that it has done the job - pulled the model.pkl. Like we discussed in #2667 there should be some statistics instead.
efiop
Metadata
Metadata
Assignees
Labels
bugDid we break something?Did we break something?good first issuep1-importantImportant, aka current backlog of things to doImportant, aka current backlog of things to douiuser interface / interactionuser interface / interaction