From 5439504499fcd5c314ada65161ed4a91daf14f31 Mon Sep 17 00:00:00 2001 From: Flo Greistorfer Date: Mon, 8 Jul 2024 13:41:45 +0200 Subject: [PATCH] removed close? --- builder.py | 1 - 1 file changed, 1 deletion(-) diff --git a/builder.py b/builder.py index ec5ac80..6cc01af 100755 --- a/builder.py +++ b/builder.py @@ -193,7 +193,6 @@ def list_folder(folder: str, title: str) -> None: if not args.non_interactive_mode: imgpbar.update(1) pbar.update(0) - imgpbar.close() if not contains_files and not args.use_fancy_folders: return if images or (args.use_fancy_folders and not contains_files) or (args.use_fancy_folders and args.ignore_other_files):