-
Notifications
You must be signed in to change notification settings - Fork 1.9k
extend user-agent if solver != default #11415
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
Conversation
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.
Just a minor update to not do attribute and callable checks without reason, we can just take the fast path with exceptions. Alternatively this could just be a class attribute and we wouldn't call a method at all.
Co-authored-by: Jannis Leidel <jannis@leidel.info>
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.
This just needs a news file TBH.
Description
Checklist - did you ...
news
directory (using the template) for the next release's release notes?Add / update necessary tests?Add / update outdated documentation?