Replaced pipes with shlex in custom_libs/libfilebot/main.py

This commit is contained in:
remanifest 2025-04-10 20:34:05 -05:00 committed by GitHub
parent 9825a3a109
commit 4642db334a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ import binascii
import types
import os
from pipes import quote
from shlex import quote
from .lib import find_executable
mswindows = False