1
0
mirror of https://github.com/gryf/mc_adbfs.git synced 2025-12-18 03:50:19 +01:00

Merge pull request #5 from fanick1/master

fix typo: quite->quote
This commit is contained in:
2022-12-29 19:54:58 +01:00
committed by GitHub

2
adbfs
View File

@@ -459,7 +459,7 @@ class Adb(object):
if not root:
lscmd = self.conf.box['ls']
else:
lscmd = self.conf.box['rls'].format(shlex.quite(root.filepath))
lscmd = self.conf.box['rls'].format(shlex.quote(root.filepath))
command = self._shell_cmd(True, *shlex.split(lscmd))