declare cvar folder

This commit is contained in:
Antonio J. Delgado 2021-10-25 11:35:51 +03:00
parent 4fe97384e8
commit b22f71e3a3
3 changed files with 3 additions and 3 deletions

View file

@ -68,7 +68,7 @@ class image_classifier:
''' Process a file, find faces, add EXIF information and
move it to the folder of the day'''
self._log.debug(f"Looking for faces in file '{file}'...")
new_path = False
folder = False
dirname = os.path.dirname(os.path.realpath(file))
filename = os.path.basename(file)
if not os.access(file, os.R_OK):

View file

@ -1,6 +1,6 @@
[metadata]
name = image_classifier
version = 0.0.5
version = 0.0.6
[options]
packages = image_classifier

View file

@ -9,7 +9,7 @@ if os.access(requirements_file, os.R_OK):
setuptools.setup(
scripts=['image_classifier/image_classifier.py'],
author="Antonio J. Delgado",
version='0.0.5',
version='0.0.6',
name='image_classifier',
author_email="antoniodelgado@susurrando.com",
url="",