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

Update install.py #5852

Merged
merged 1 commit into from
Aug 22, 2023
Merged

Update install.py #5852

merged 1 commit into from
Aug 22, 2023

Conversation

mathisfo
Copy link
Contributor

@mathisfo mathisfo commented Aug 22, 2023

The issue

Suspect there is a typo in install.py where a typo has made style into sytle

File "/Users/mathias/Library/Python/3.9/lib/python/site-packages/pipenv/routines/install.py", line 148, in do_install
console.print(error, sytle="red")
TypeError: print() got an unexpected keyword argument 'sytle'

The fix

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 #.

@matteius matteius merged commit d02bfa8 into pypa:main Aug 22, 2023
@matteius
Copy link
Member

Thanks for catching this -- I was about to cut a release anyway, so I will skip the news fragment on this and get it included.

@mathisfo
Copy link
Contributor Author

Thanks for catching this -- I was about to cut a release anyway, so I will skip the news fragment on this and get it included.

Thanks!

@mathisfo mathisfo deleted the fix-typo branch August 22, 2023 10:35
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.

2 participants