mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-24 06:37:16 -04:00
Replaced pipes with shlex in custom_libs/libfilebot/main.py
This commit is contained in:
parent
9825a3a109
commit
4642db334a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue