Skip to content

dvc: fix --quiet mode#4304

Merged
efiop merged 1 commit into
treeverse:masterfrom
efiop:fix_quiet
Jul 30, 2020
Merged

dvc: fix --quiet mode#4304
efiop merged 1 commit into
treeverse:masterfrom
efiop:fix_quiet

Conversation

@efiop
Copy link
Copy Markdown
Contributor

@efiop efiop commented Jul 30, 2020

Part of the issue is a bug from #3806

Kudos to @karajan1001 for finding this bug while working on #4282

Thank you for the contribution - we'll try to review it as soon as possible. 🙏

@efiop efiop changed the title Fix quiet dvc: fix --quiet mode Jul 30, 2020
Comment thread dvc/main.py Outdated
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally these should be put into atexit kinda like https://github.com/python/cpython/blob/e1945307d36849f8be8937144cf3dd6ebab6274c/Lib/multiprocessing/util.py#L362 . Since they are not only relevant for CLI but for API as well. This also might be the reason why we are getting some weird fini errors in tests.

Comment thread dvc/main.py Outdated
Comment on lines 40 to 50
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got a bit too fancy with the magic 🙂

@efiop efiop added the p1-important Important, aka current backlog of things to do label Jul 30, 2020
@efiop efiop self-assigned this Jul 30, 2020
Part of the issue is a bug from treeverse#3806

Kudos to @karajan1001 for finding this bug while working on treeverse#4282
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

p1-important Important, aka current backlog of things to do

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants