From ad18a93c8a2d440df606249dc133c31cd1233436 Mon Sep 17 00:00:00 2001 From: ChrisColeTech Date: Mon, 19 Aug 2024 20:20:37 -0400 Subject: [PATCH] Update async_worker.py remove unused index --- modules/async_worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/async_worker.py b/modules/async_worker.py index b2f38123..66274eee 100644 --- a/modules/async_worker.py +++ b/modules/async_worker.py @@ -1726,7 +1726,7 @@ def worker(): if 'bulk_enhance_files' in goals: files = [] - for file, index in async_task.bulk_enhance_file_explorer: + for file in async_task.bulk_enhance_file_explorer: files.append(file.orig_name) total_count = len(files) loop_image_files(files, bulk_enhance_callback,