We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like this now:
ipdb> repo = Repo() +-------------------------------------------+ | | | Update available 0.40.2 -> 0.40.7 | | Run pip install dvc --upgrade | | | +-------------------------------------------+
Which inhibits any programmatic use of dvc.
The text was updated successfully, but these errors were encountered:
As a workaround, you could silence logger for dvc.
dvc
Sorry, something went wrong.
dvc: move Updater out of Repo()
0d330c1
Fixes iterative#2039 Required by iterative#2012 to be able to fetch data through the API without interuption from updater. Signed-off-by: Ruslan Kuprieiev <[email protected]>
efiop
Successfully merging a pull request may close this issue.
It looks like this now:
Which inhibits any programmatic use of dvc.
The text was updated successfully, but these errors were encountered: