-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Failing to generate any PRs #73
Comments
Hmmm -- I thought I added some additional context from the |
So the problem here seem to be that stderr is just shunted into the ether.
…On Wed, Feb 21, 2024 at 12:21 PM William Woodruff ***@***.***> wrote:
Hmmm -- I thought I added some additional context from the SystemExit,
but it looks like it doesn't percolate up. I'll look into it when I get a
free moment.
—
Reply to this email directly, view it on GitHub
<#73 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAGBF7BSNNPFXUYBFSEWLYUYUITAVCNFSM6AAAAABDS5E4AKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJXGM3TMOJWGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
All that is necessary for evil to succeed is for good people to do nothing.
|
Yep -- I thought it got captured with |
FWIW, I think it'd be fine if the stderr from pip just got printed to the
parent process's stderr, but I think right now it goes nowhere.
…On Thu, Feb 22, 2024 at 4:10 PM William Woodruff ***@***.***> wrote:
So the problem here seem to be that stderr is just shunted into the ether.
Yep -- I thought it got captured with SystemExit, but I was wrong. I
think this will either need an upstream brew change to raise a real
exception rather than just hard exiting, or some nastiness to capture
stderr.
—
Reply to this email directly, view it on GitHub
<#73 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAGBBNGR3IHFGRKRFPK53YU6X6DAVCNFSM6AAAAABDS5E4AKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRQGMZDAMBVHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
All that is necessary for evil to succeed is for good people to do nothing.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
https://github.com/Homebrew/brew-pip-audit/actions/runs/7985826380
@woodruffw at one point we talked about adding more debug info when this happens
The text was updated successfully, but these errors were encountered: