allow for 'Segments' subfolder
This commit is contained in:
parent
4fad079b84
commit
97018012a3
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ def organize():
|
|||
if not file['hash'] in files_by_hash:
|
||||
files_by_hash[file['hash']] = []
|
||||
files_by_hash[file['hash']].append(file)
|
||||
elif not parts[3] in ['Extras', 'Versions']:
|
||||
elif not parts[3] in ['Extras', 'Segments', 'Versions']:
|
||||
issues['unexpected directories'].append(path)
|
||||
# empty directories, missing files
|
||||
if not filenames or not filter(lambda x: not is_system_file(x), filenames):
|
||||
|
|
Loading…
Reference in a new issue