Dvc: pull: wrong warning on pulling import stage

Created on 29 Oct 2019  路  5Comments  路  Source: iterative/dvc

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.

bug good first issue hacktoberfest p1-important ui

Most helpful comment

Looks like this was fixed long time ago. I'm not able to reproduce, and find out what fixed it.

Closing ...

All 5 comments

Hi, I will give this a try for Hacktoberfest if that's okay?

@sadielbartholomew absolutely! let us know if you need any help.

Is this issue solved?

@Amith1206 It is not, but it is taken by @sadielbartholomew

Looks like this was fixed long time ago. I'm not able to reproduce, and find out what fixed it.

Closing ...

Was this page helpful?
0 / 5 - 0 ratings