From 444c056f939f48d768cecf0748543e201c8ed9f5 Mon Sep 17 00:00:00 2001 From: Joe Knapper Date: Thu, 8 May 2025 17:30:26 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- src/openflexure_microscope_server/things/smart_scan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/openflexure_microscope_server/things/smart_scan.py b/src/openflexure_microscope_server/things/smart_scan.py index f5d43dd9..5c73171a 100644 --- a/src/openflexure_microscope_server/things/smart_scan.py +++ b/src/openflexure_microscope_server/things/smart_scan.py @@ -557,9 +557,9 @@ class SmartScanThing(Thing): try: self._capture_thread.join() except Exception as e: - # If the scan has already ended due to an exception, we will + # If the scan has already ended due to an exception, # ignore any exceptions. If it appeared to be successful, - # we will log the error. + # log the error. if scan_successful: self._scan_logger.error( "The scan appears to have started successfully, however "