This commit is contained in:
Vladimir Mandic
2023-02-14 11:47:06 -05:00
parent 9fec9b17fb
commit ca45ad74f5
6 changed files with 12 additions and 21 deletions
+1 -1
View File
@@ -414,7 +414,7 @@ def process_images(src: str, dst: str, args = None):
pathlib.Path(dst).mkdir(parents=True, exist_ok=True)
for root, _sub_dirs, files in os.walk(src):
for f in files:
process_file(os.path.join(root, f), dst)
i, _metadata = process_file(os.path.join(root, f), dst)
return i