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

Change --py to use print instead of console.print #5971

Merged
merged 3 commits into from
Oct 20, 2023
Merged

Conversation

notEvil
Copy link

@notEvil notEvil commented Oct 11, 2023

The issue

#5969

The fix

Similar to do_where(bare=True), the PR adds the argument bare=False to do_py and calls it with bare=True.
Like --venv, it will use print instead of console.print. (do_where uses click.echo)

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
Copy link
Member

Hey @notEvil -- looks like this just needs a news fragment.

@matteius matteius merged commit 8e73a7f into pypa:main Oct 20, 2023
7 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants