Skip to content
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

Fix logging error #6246

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Fix logging error #6246

merged 1 commit into from
Sep 18, 2024

Conversation

yosufali
Copy link
Contributor

Thank you for contributing to Pipenv!

The issue

What is the thing you want to fix? Is it associated with an issue on GitHub? Please mention it.

Fixes this issue which I've created: closes #6245.

Trying to install a library results in an error.

Always consider opening an issue first to describe your problem, so we can discuss what is the best way to amend it. Note that if you do not describe the goal of this change or link to a related issue, the maintainers may close the PR without further review.

If your pull request makes a non-insignificant change to Pipenv, such as the user interface or intended functionality, please file a PEEP.

https://github.com/pypa/pipenv/blob/master/peeps/PEEP-000.md

The fix

How does this pull request fix your problem? Did you consider any alternatives? Why is this the best solution, in your opinion?

There are just some missing brackets which look like they were removed during a refactor.

The checklist

  • Associated issue
  • A news fragment in the news/ directory to describe this fix with the extension .bugfix.rst, .feature.rst, .behavior.rst, .doc.rst. .vendor.rst. or .trivial.rst (this will appear in the release changelog). Use semantic line breaks and name the file after the issue number or the PR #.

@oz123 oz123 merged commit 6bb1a26 into pypa:main Sep 18, 2024
22 checks passed
@obadakhalili
Copy link

@oz123 is this fix upstreamed? I just installed pipenv and the bug was still there.

@oz123
Copy link
Contributor

oz123 commented Sep 22, 2024

Merged but not released. Have you installed from the main branch?

@obadakhalili
Copy link

no, from pip I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when checking Python runtime
3 participants