-
Notifications
You must be signed in to change notification settings - Fork 156
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
Support deprecated licenses for download #606
base: main
Are you sure you want to change the base?
Conversation
8df7f6b
to
f17426a
Compare
Signed-off-by: Carmen Bianca Bakker <[email protected]>
f17426a
to
2ed3b46
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
Can't be merged; needs to use urllib instead of requests. |
Would you please elaborate a bit about that problem? The code looks good to me. Also, in order to fix #186 completely, should we perhaps only issue the message about a broken connection in case we can't download any licenses? We could even try to access a known-good license as a check. |
After this PR was created, we merged a PR that removed the (direct) dependency on
I don't know. It would be nice to improve the error handling and/or error message here, but I'm more inclined to do that as a separate issue/PR. |
Is there still interest in these changes? |
Fixes #186