You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Thanks for this great little tool! I had to update the call to
python
topython3
(on Debian 12) and now I get the warningThe text was updated successfully, but these errors were encountered: