Skip to content

pull: wrong warning on pulling import stage #2685

@shcheklein

Description

@shcheklein

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugDid we break something?good first issuep1-importantImportant, aka current backlog of things to douiuser interface / interaction

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions