no s
This commit is contained in:
parent
0ce16b5c2b
commit
eb0ad68b14
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ class Client(object):
|
||||||
def cmd(self, args):
|
def cmd(self, args):
|
||||||
filename = args[0]
|
filename = args[0]
|
||||||
if len(filename) == 16:
|
if len(filename) == 16:
|
||||||
path = self.paths(filename)
|
path = self.path(filename)
|
||||||
else:
|
else:
|
||||||
path = [filename]
|
path = [filename]
|
||||||
for p in path:
|
for p in path:
|
||||||
|
|
Loading…
Reference in a new issue