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

shlex.quote environment values #458

Merged
merged 1 commit into from
Oct 2, 2024
Merged

Conversation

tiran
Copy link
Collaborator

@tiran tiran commented Oct 2, 2024

external_commands.run() now quotes environment values, too. This enables copy and pasting when an environment variable contains spaces.

See: #455

`external_commands.run()` now quotes environment values, too. This
enables copy and pasting when an environment variable contains spaces.

See: python-wheel-build#455
Signed-off-by: Christian Heimes <[email protected]>
Copy link
Member

@dhellmann dhellmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice improvement, thank you!

@mergify mergify bot merged commit 52ed2c3 into python-wheel-build:main Oct 2, 2024
68 checks passed
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.

3 participants