From 9cfa83460462c5aa411f30b388f952fd9c3c16d6 Mon Sep 17 00:00:00 2001 From: fanick1 Date: Wed, 28 Dec 2022 23:31:02 +0100 Subject: [PATCH] fix typo: quite->quote --- adbfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adbfs b/adbfs index 7623b7c..3343730 100755 --- a/adbfs +++ b/adbfs @@ -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))