add path
This commit is contained in:
parent
2f5977a8fc
commit
06a897f6c2
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class find_duplicate_files:
|
|||
files = { **files, **more_files }
|
||||
except PermissionError as error:
|
||||
self._log.warning(f"Permission denied accessing folder '{path}'")
|
||||
self._log.debug(f"Found {len(files)} files. Cache contains {self._cache_size()} records.")
|
||||
self._log.debug(f"Found {len(files)} files in '{path}'. Cache contains {self._cache_size()} records.")
|
||||
return files
|
||||
|
||||
def _init_log(self):
|
||||
|
|
Loading…
Reference in a new issue