This code only runs if there was at least 1 image that was actually censored in the batch. This logic should probably be moved outside of the current if statement.
in the scenario where a worker marks an image as nsfw but doesn’t censor it, this code would not run.
https://github.com/Haidra-Org/horde-worker-reGen/blob/76abd6be5a9e644c665f7126c07e2f21b2a3d75c/horde_worker_regen/process_management/process_manager.py#L1822
This code only runs if there was at least 1 image that was actually censored in the batch. This logic should probably be moved outside of the current if statement.
in the scenario where a worker marks an image as nsfw but doesn’t censor it, this code would not run.