We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The issue is caused by the rule: entry_point
The current implementation of entry_point content generation function results in a repeated calling of the entrypoint funciton.
entry_point
rules_python/python/pip_install/extract_wheels/lib/bazel.py
Lines 44 to 45 in 79cebad
Operating System:
Output of bazel version:
bazel version
Rules_python version:
Anything else relevant?
The text was updated successfully, but these errors were encountered:
Yep, that's quite blatant. I reviewed it too, 😖 .
Sorry, something went wrong.
Thanks for you issue report @ewianda.
Addressing this issue in #696.
No branches or pull requests
🐞 bug report
Affected Rule
The issue is caused by the rule: entry_point
Is this a regression?
Yes, the previous version in which this bug was not present was: ....Description
A clear and concise description of the problem...The current implementation of
entry_point
content generation function results in a repeated calling of the entrypoint funciton.rules_python/python/pip_install/extract_wheels/lib/bazel.py
Lines 44 to 45 in 79cebad
🔬 Minimal Reproduction
🔥 Exception or Error
🌍 Your Environment
Operating System:
Output of
bazel version
:Rules_python version:
Anything else relevant?
The text was updated successfully, but these errors were encountered: