Closed MrLixm closed 10 months ago
Note that all tests passed on my local Windows machine with python-3.10, note sure what is going on here.
Attention: 2 lines
in your changes are missing coverage. Please review.
Comparison is base (
8515ee4
) 82.14% compared to head (a405bcc
) 81.91%.
Files | Patch % | Lines |
---|---|---|
src/rez_pip/cli.py | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hello, This is a very simple change that is part of an issue I'm currently investigating on why does rez-pip doesn't work on a system.
Adding the exception make it more explicit there is an issue on the python package side, instead of rez-pip just finishing without outputing anything to stdout which make it tricky to debug.
I do not know the side-effect of raising an exception at this level so let me know if you prefer a "softer" solution.