-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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
gh-122044: Don't error during gitignore filtering with no files #122045
Conversation
Running this patch locally after removing the
|
Hope you don't mind reviewing this one Hugo, fairly small one that fixes SBOMs when projects get removed (as is being done now for libb2). |
Thanks! And backport to 3.12? |
Thanks @sethmlarson for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Thanks @sethmlarson for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…pythonGH-122045) (cherry picked from commit 4e04d1a) Co-authored-by: Seth Michael Larson <seth@python.org>
GH-122354 is a backport of this pull request to the 3.12 branch. |
…pythonGH-122045) (cherry picked from commit 4e04d1a) Co-authored-by: Seth Michael Larson <seth@python.org>
GH-122355 is a backport of this pull request to the 3.13 branch. |
When a package doesn't have any files the script errors during gitignore filtering instead of the helpful error message.