Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Joe Knapper 2025-05-07 18:42:41 +00:00 committed by jaknapper
parent b31a5e44fb
commit 6f8e91afe7

View file

@ -249,10 +249,6 @@ class SmartScanThing(Thing):
if len(stitched_image_path) == 0:
logger.warning("Could't find a stitched image to copy")
else:
if len(stitched_image_path) > 1:
logger.warning(
"Found more than one stitched image to copy, you should check them carefully"
)
for stitched_image in stitched_image_path:
stitch_name = os.path.basename(stitched_image)