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

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