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

automatically rewrite to shlex.join in --py38-plus #855

Merged
merged 1 commit into from
Jul 3, 2023
Merged

Conversation

asottile
Copy link
Owner

@asottile asottile commented Jul 3, 2023

resolves #854

@asottile asottile merged commit e7fc4db into main Jul 3, 2023
7 checks passed
@asottile asottile deleted the shlex-join branch July 3, 2023 17:20
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.

' '.join(shlex.quote(arg) for arg in cmd) => shelx.quote(cmd)
1 participant