[F] Fix rehash
This commit is contained in:
parent
882dafd11b
commit
4707704330
1 changed files with 4 additions and 3 deletions
|
@ -60,6 +60,7 @@ if __name__ == '__main__':
|
|||
new_record = []
|
||||
for file in order:
|
||||
file = base_path / file.split(',')[0]
|
||||
if file.exists():
|
||||
digest, length = rehash(file)
|
||||
new_record.append(f"{str(file.relative_to(base_path)).replace("\\", "/")},{digest},{length}")
|
||||
processed.add(file)
|
||||
|
|
Loading…
Reference in a new issue