From cf70528bceba6f636a2c96ceedc985f662877da3 Mon Sep 17 00:00:00 2001 From: Brian Drupieski Date: Sat, 17 Sep 2022 18:19:21 -0400 Subject: [PATCH] remove whitespace --- scripts/batch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/batch.py b/scripts/batch.py index a117fcbf..1af4a7bc 100644 --- a/scripts/batch.py +++ b/scripts/batch.py @@ -51,7 +51,6 @@ class Script(scripts.Script): state.job = f"{batch_no} out of {batch_count}: {batch_images[0][1]}" p.init_images = [x[0] for x in batch_images] - proc = process_images(p) for image, (_, path) in zip(proc.images, batch_images): filename = os.path.basename(path)