fix move with no faces

This commit is contained in:
Antonio J. Delgado 2021-09-08 14:41:40 +03:00
parent 7422b25bf6
commit 0850f4af39

View file

@ -107,8 +107,6 @@ class image_classifier:
shutil.move(file, new_path) shutil.move(file, new_path)
else: else:
self._log.debug('Not moving to subfolders.') self._log.debug('Not moving to subfolders.')
else:
self._log.debug("Doesn't seem to be an image.")
def print_metadata(self): def print_metadata(self):
print("IPTC keys:") print("IPTC keys:")