Updated wrong path to file
This commit is contained in:
parent
b5893bc29c
commit
a77c0f6f9d
1 changed files with 1 additions and 1 deletions
|
|
@ -1059,7 +1059,7 @@ class SmartScanThing(Thing):
|
||||||
# the file not being there, it not being json in the file,
|
# the file not being there, it not being json in the file,
|
||||||
# or the imported data not being indexable
|
# or the imported data not being indexable
|
||||||
logger.warning(
|
logger.warning(
|
||||||
f"Couldn't read scan data, is {json_fname} missing or corrupt? "
|
f"Couldn't read scan data, is {SCAN_DATA_FILENAME} missing or corrupt? "
|
||||||
"Attempting stitch with overlap value of 0.1"
|
"Attempting stitch with overlap value of 0.1"
|
||||||
)
|
)
|
||||||
overlap = 0.1
|
overlap = 0.1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue