We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82ffd75 + ad262d7 commit 6739bc8Copy full SHA for 6739bc8
1 file changed
imagedephi/redact/redact.py
@@ -192,12 +192,12 @@ def redact_images(
192
"detail": "There was an unexpected error when redacting this image.",
193
}
194
)
195
+ output_file_counter += 1
196
continue
197
if not redaction_plan.is_comprehensive():
198
nested_failed_dir: Path = Path()
- logger.info(f"Redaction could not be performed for {image_file.name}.")
199
+ logger.error(f"Redaction could not be performed for {image_file.name}.")
200
failed_img_counter += 1
-
201
if failed_img_counter == 1:
202
failed_dir.mkdir(parents=True)
203
failed_manifest_file.touch()
0 commit comments