Loop through all stitched images
This commit is contained in:
parent
aa656e4a01
commit
a88349dbfe
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ class SmartScanThing(Thing):
|
||||||
stitch_name = os.path.basename(stitched_image)
|
stitch_name = os.path.basename(stitched_image)
|
||||||
|
|
||||||
shutil.copy(
|
shutil.copy(
|
||||||
stitched_image_path,
|
stitched_image,
|
||||||
os.path.join(
|
os.path.join(
|
||||||
self.dir_for_scan(self._ongoing_scan_name), stitch_name
|
self.dir_for_scan(self._ongoing_scan_name), stitch_name
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue