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

Needs update for Python 3.13 #6

Open
dvandok opened this issue Aug 2, 2024 · 1 comment
Open

Needs update for Python 3.13 #6

dvandok opened this issue Aug 2, 2024 · 1 comment

Comments

@dvandok
Copy link

dvandok commented Aug 2, 2024

Thanks for this great little tool! I had to update the call to python to python3 (on Debian 12) and now I get the warning

/home/user/bin/sshfsexec/git:6: DeprecationWarning: 'pipes' is deprecated and slated for removal in Python 3.13
@ericpruitt
Copy link
Owner

You can fix this by changing import pipes to import shlex and replacing pipes.quote with shlex.quote in the code. I haven't had a need for this program in a while, but that may change soon, so I'll try to properly port the whole codebase to Python 3.

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

No branches or pull requests

2 participants