Script:
dvc init --no-scm
dvc import https://github.com/iterative/dvc scripts/innosetup/dvc.ico
Current output:
Importing 'scripts/innosetup/dvc.ico (https://github.com/iterative/dvc)' -> 'dvc.ico'
Adding '../../../tmp/tmpxec7c6ycdvc-repo/.dvc/tmp' to '../../../tmp/tmpxec7c6ycdvc-repo/.dvc/.gitignore'.
Output 'dvc.ico' didn't change. Skipping saving.
Saving information to 'dvc.ico.dvc'.
Desired output:
Importing 'scripts/innosetup/dvc.ico (https://github.com/iterative/dvc)' -> 'dvc.ico'
Saving information to 'dvc.ico.dvc'.
I guess it is about dvc in general. Those two middle messages could be easilly moved to debug in general.
I like the idea of moving those to debug; can we agree on that one?
@mroutis Makes total sense to me too :slightly_smiling_face:
Most helpful comment
I like the idea of moving those to debug; can we agree on that one?