fix move with no faces
This commit is contained in:
parent
7422b25bf6
commit
0850f4af39
1 changed files with 21 additions and 23 deletions
|
@ -107,8 +107,6 @@ class image_classifier:
|
|||
shutil.move(file, new_path)
|
||||
else:
|
||||
self._log.debug('Not moving to subfolders.')
|
||||
else:
|
||||
self._log.debug("Doesn't seem to be an image.")
|
||||
|
||||
def print_metadata(self):
|
||||
print("IPTC keys:")
|
||||
|
|
Loading…
Reference in a new issue