diff --git a/image_classifier/image_classifier.py b/image_classifier/image_classifier.py index 9651910..b21dbda 100755 --- a/image_classifier/image_classifier.py +++ b/image_classifier/image_classifier.py @@ -109,6 +109,7 @@ class image_classifier: {match.group('day')}" else: folder = 'unknown-time' + self._log.debug(f"Time based folder name section '{folder}'") new_path = os.path.join(dirname, folder) if not os.path.exists(new_path): os.makedirs(new_path)