add debug
This commit is contained in:
parent
e2f8ac0446
commit
5682202791
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ class image_classifier:
|
||||||
entries = os.scandir(directory)
|
entries = os.scandir(directory)
|
||||||
self._log.debug(f"Processing {self.count(entries)} files...")
|
self._log.debug(f"Processing {self.count(entries)} files...")
|
||||||
for entry in entries:
|
for entry in entries:
|
||||||
|
print(entry.path)
|
||||||
if not entry.name.startswith('.') and entry.is_file():
|
if not entry.name.startswith('.') and entry.is_file():
|
||||||
self.process_file(entry.path)
|
self.process_file(entry.path)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue