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 does not work on windows #14

Open
soininen opened this issue Nov 7, 2023 · 0 comments
Open

shlex does not work on windows #14

soininen opened this issue Nov 7, 2023 · 0 comments
Labels
bug Something isn't working Windows

Comments

@soininen
Copy link
Contributor

soininen commented Nov 7, 2023

The shlex library offers, as per the Python documentation, lexical analyzers for simple syntaxes resembling that of the Unix shell. Windows shell does not resemble Unix shell. For example, shlex.split() removes path separators (\) from Windows paths which makes invoking the editor command fail.

Other ways should be found to deal with shell commands on Windows.

@soininen soininen added the bug Something isn't working label Nov 7, 2023
@suvayu suvayu added the Windows label Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Windows
Projects
None yet
Development

No branches or pull requests

2 participants