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

Python 3.13 removes pipes module #6

Open
burgerga opened this issue Dec 17, 2024 · 0 comments · May be fixed by #7
Open

Python 3.13 removes pipes module #6

burgerga opened this issue Dec 17, 2024 · 0 comments · May be fixed by #7

Comments

@burgerga
Copy link

burgerga commented Dec 17, 2024

  File "/Users/gerhard/ansible/connection_plugins/pct_ssh.py", line 31, in <module>
    import pipes
ModuleNotFoundError: No module named 'pipes'

Should not be a problem as only pipes.quote() is used, which can be replaced by shlex.quote()

burgerga added a commit to burgerga/ansible-pct-ssh that referenced this issue Dec 17, 2024
@burgerga burgerga linked a pull request Dec 17, 2024 that will close this issue
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 a pull request may close this issue.

1 participant