typo
This commit is contained in:
parent
f324f8bc38
commit
4fbcf77ef8
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ def organize():
|
||||||
files_by_hash[file['hash']] = []
|
files_by_hash[file['hash']] = []
|
||||||
files_by_hash[file['hash']].append(file)
|
files_by_hash[file['hash']].append(file)
|
||||||
elif not parts[3] in ['Extras', 'Versions']:
|
elif not parts[3] in ['Extras', 'Versions']:
|
||||||
issues['unexpected direcories'].append(path)
|
issues['unexpected directories'].append(path)
|
||||||
if not dirnames and (not filenames or not filter(lambda x: not is_system_file(x), filenames)):
|
if not dirnames and (not filenames or not filter(lambda x: not is_system_file(x), filenames)):
|
||||||
issues['empty directories'].append(relative_path)
|
issues['empty directories'].append(relative_path)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue