fix(pco): fix h5 data entry path for pco
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user