From cb71f32b95d29e9209150f1530681687066d73e4 Mon Sep 17 00:00:00 2001 From: Joe Knapper Date: Thu, 8 May 2025 17:44:42 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- src/openflexure_microscope_server/things/smart_scan.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/openflexure_microscope_server/things/smart_scan.py b/src/openflexure_microscope_server/things/smart_scan.py index 4904d80d..f8ce4336 100644 --- a/src/openflexure_microscope_server/things/smart_scan.py +++ b/src/openflexure_microscope_server/things/smart_scan.py @@ -1166,8 +1166,6 @@ class SmartScanThing(Thing): scan_zip.write(os.path.join(scan_folder, file), arcname=file) # Finally, zip the files skipped previously - # TODO: if you download multiple times, you get duplicate files - is this a problem? - # TODO: check if they're already in based on file name and size if final_version: with zipfile.ZipFile(zip_fname, mode="a") as scan_zip: for file in files: