This commit is contained in:
j 2012-02-24 23:32:49 +05:30
parent f173b27cf7
commit 407e303e96

View file

@ -330,7 +330,7 @@ class Client(object):
path = os.path.normpath(path)
if os.path.exists(path):
files += self.files(path).keys['info']
files += self.files(path)['info']
def no_extras(oshash):
for path in self.path(oshash):
if '/extras' in path.lower() or \