Skip to content
New issue

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

Do not print error if exit with SystemExit #1886

Merged
merged 1 commit into from
Jul 4, 2020
Merged

Do not print error if exit with SystemExit #1886

merged 1 commit into from
Jul 4, 2020

Conversation

gaborbernat
Copy link
Contributor

@gaborbernat gaborbernat commented Jul 4, 2020

In this case, Python will automatically convey the content by setting the
exit code and we do not print on stderr when exiting with success.

Resolves #1885.

In this case Python will automatically convey the content by setting the
exit code and we do not print on stderr when exiting with success.

Signed-off-by: Bernat Gabor <[email protected]>
@codecov
Copy link

codecov bot commented Jul 4, 2020

Codecov Report

Merging #1886 into master will decrease coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1886      +/-   ##
==========================================
- Coverage   93.97%   93.95%   -0.03%     
==========================================
  Files          86       86              
  Lines        4184     4185       +1     
==========================================
  Hits         3932     3932              
- Misses        252      253       +1     
Flag Coverage Δ
#tests 93.95% <100.00%> (-0.03%) ⬇️
Impacted Files Coverage Δ
src/virtualenv/__main__.py 100.00% <100.00%> (ø)
src/virtualenv/seed/embed/base_embed.py 96.22% <0.00%> (-1.89%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 455afbc...aa5e7b5. Read the comment docs.

@gaborbernat gaborbernat merged commit 12ad5cb into pypa:master Jul 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

virtualenv --version prints spurious error as of 20.0.24
1 participant