From a77c0f6f9d9a2b3b39458430adc0777c09d9821a Mon Sep 17 00:00:00 2001 From: jaknapper Date: Tue, 13 May 2025 15:28:16 +0100 Subject: [PATCH] Updated wrong path to file --- src/openflexure_microscope_server/things/smart_scan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openflexure_microscope_server/things/smart_scan.py b/src/openflexure_microscope_server/things/smart_scan.py index 4b9b3b81..d180364c 100644 --- a/src/openflexure_microscope_server/things/smart_scan.py +++ b/src/openflexure_microscope_server/things/smart_scan.py @@ -1059,7 +1059,7 @@ class SmartScanThing(Thing): # the file not being there, it not being json in the file, # or the imported data not being indexable 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" ) overlap = 0.1