fix(pco): fix h5 data entry path for pco

This commit is contained in:
gac-x02da
2025-06-16 20:27:18 +02:00
parent e566bfaf8d
commit f722b76306
+1 -1
View File
@@ -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