fix path
This commit is contained in:
parent
b817fd2c7e
commit
eccebcdc4f
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class find_duplicate_files:
|
|||
with open(file.name, 'r') as file_pointer:
|
||||
file_content = file_pointer.read()
|
||||
hash.update(file_content)
|
||||
files[hash.hexdigest()] = file.name
|
||||
files[hash.hexdigest()] = file.path
|
||||
elif file.is_dir(follow_symlinks=False):
|
||||
more_files = self.recursive_scandir(
|
||||
file.path,
|
||||
|
|
Loading…
Reference in a new issue