From f722b763069c7c061292e7fecc51db3913c996b1 Mon Sep 17 00:00:00 2001 From: gac-x02da Date: Mon, 16 Jun 2025 20:27:18 +0200 Subject: [PATCH] fix(pco): fix h5 data entry path for pco --- tomcat_bec/devices/pco_edge/pcoedgecamera.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tomcat_bec/devices/pco_edge/pcoedgecamera.py b/tomcat_bec/devices/pco_edge/pcoedgecamera.py index abbb1a7..75ea0cb 100644 --- a/tomcat_bec/devices/pco_edge/pcoedgecamera.py +++ b/tomcat_bec/devices/pco_edge/pcoedgecamera.py @@ -322,7 +322,7 @@ class PcoEdge5M(PSIDeviceBase, PcoEdgeBase): status = self.live_processing.update_reference_with_file( reference_type=reference_type, file_path=self.target_file, - entry="tomcat-gigafrost/data", # type: ignore + entry="tomcat-pco/data", # type: ignore wait=False, # Do not wait for the update to finish ) return status