Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
b31a5e44fb
commit
6f8e91afe7
1 changed files with 0 additions and 4 deletions
|
|
@ -249,10 +249,6 @@ class SmartScanThing(Thing):
|
||||||
if len(stitched_image_path) == 0:
|
if len(stitched_image_path) == 0:
|
||||||
logger.warning("Could't find a stitched image to copy")
|
logger.warning("Could't find a stitched image to copy")
|
||||||
else:
|
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:
|
for stitched_image in stitched_image_path:
|
||||||
stitch_name = os.path.basename(stitched_image)
|
stitch_name = os.path.basename(stitched_image)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue