From 2ba8f3d6fb09ec3cf11fce9132a04e5ea8f8ee83 Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Thu, 18 Sep 2025 00:00:59 +0100 Subject: [PATCH] Update picamera_tests.py to hash picamera_tuning_file_utils.py --- picamera_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/picamera_tests.py b/picamera_tests.py index a1bd38d0..892491eb 100755 --- a/picamera_tests.py +++ b/picamera_tests.py @@ -21,6 +21,7 @@ HASHED_FILES = [ os.path.join(CAM_DIR, "__init__.py"), os.path.join(CAM_DIR, "picamera.py"), os.path.join(CAM_DIR, "picamera_recalibrate_utils.py"), + os.path.join(CAM_DIR, "picamera_tuning_file_utils.py"), ]