diff options
author | Brian Drupieski <brian.drupieski@gmail.com> | 2022-09-17 18:19:21 -0400 |
---|---|---|
committer | Brian Drupieski <brian.drupieski@gmail.com> | 2022-09-17 18:19:21 -0400 |
commit | cf70528bceba6f636a2c96ceedc985f662877da3 (patch) | |
tree | 8a105ddf0c891e41b722caf0294e36ea93bce37d /scripts | |
parent | 7bc5739fe27809802ed24d1833b0ef443ec64aa9 (diff) |
remove whitespace
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/batch.py | 1 |
1 files changed, 0 insertions, 1 deletions
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)
|