fix(std_daq processing): replace internal daq mount path with VM mount
This commit is contained in:
@@ -145,6 +145,8 @@ class StdDaqLiveProcessing:
|
||||
"""
|
||||
|
||||
try:
|
||||
if file_path.startswith("/gpfs/test"):
|
||||
file_path = file_path.replace("/gpfs/test", "/data/test")
|
||||
with h5py.File(file_path, "r") as file:
|
||||
if entry not in file:
|
||||
raise ValueError(f"Entry '{entry}' not found in the file.")
|
||||
|
||||
Reference in New Issue
Block a user