-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Missing return for link.is_wheel==True #4966
Labels
kind/bug
Something isn't working as expected
Comments
Anselmoo
added
kind/bug
Something isn't working as expected
status/triage
This issue needs to be triaged
labels
Jan 1, 2022
Anselmoo
added a commit
to Anselmoo/poetry
that referenced
this issue
Jan 1, 2022
@finswimmer issue is assigend |
Thanks @Anselmoo 👍 I've asked the other maintainers to have a look onto the PR, because I cannot estimate the impact of this change (Even if I guess it's correct). |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue
According to PR #4962, there is the question left, if
pass
should not be replaced by areturn
. This would be also consistent with the typing definitionOptional[Link]
.poetry/src/poetry/installation/chef.py
Lines 44 to 47 in 1aa4d5b
At the moment
will be always excetuded.
The text was updated successfully, but these errors were encountered: