1
0
mirror of https://github.com/gryf/mc_adbfs.git synced 2026-04-21 12:51:24 +02:00

2 Commits

Author SHA1 Message Date
gryf cbef13ccea Merge pull request #5 from fanick1/master
fix typo: quite->quote
2022-12-29 19:54:58 +01:00
fanick1 9cfa834604 fix typo: quite->quote 2022-12-28 23:31:02 +01:00
+1 -1
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))