This commit is contained in:
j 2012-11-05 15:30:08 +01:00
parent 0ce16b5c2b
commit eb0ad68b14
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ class Client(object):
def cmd(self, args):
filename = args[0]
if len(filename) == 16:
path = self.paths(filename)
path = self.path(filename)
else:
path = [filename]
for p in path: