typo
This commit is contained in:
parent
f173b27cf7
commit
407e303e96
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue