-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
python@3.{9,10,11}: fix a syntax error in sitecustomize.py #133490
Conversation
323d6e1
to
5bd59ec
Compare
Please use Homebrew style when writing your commit messages, as indicated in the style guide. For example:
|
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.
I don't think this is the correct fix. The second site.PREFIXES
line should reference new_exec_prefix
instead.
This PR just aims at fixing runtime errors, so I'm not really familiar with those code around my changes 🙏 I am fine to get more commits by others with knowledge to make this PR valid. |
`new_prefix` variable referenced in the out-of-scope if clause.
`new_prefix` variable referenced in the out-of-scope if clause.
`new_prefix` variable referenced in the out-of-scope if clause.
@Bo98 |
Thanks for contributing to Homebrew! It looks like you're having trouble with a CI failure. See our contribution guide for help. You may be most interested in the section on dealing with CI failures. You can find the CI logs here. |
@Bo98 |
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.
Thanks!
🤖 An automated task has requested bottles to be published to this PR. |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?Fix: #133488