mirror of
https://github.com/gryf/mc_adbfs.git
synced 2026-03-27 05:43:33 +01:00
Compare commits
2 Commits
b1a6219d21
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| cbef13ccea | |||
|
|
9cfa834604 |
2
adbfs
2
adbfs
@@ -459,7 +459,7 @@ class Adb(object):
|
|||||||
if not root:
|
if not root:
|
||||||
lscmd = self.conf.box['ls']
|
lscmd = self.conf.box['ls']
|
||||||
else:
|
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))
|
command = self._shell_cmd(True, *shlex.split(lscmd))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user