wip
CI for csaxs_bec / test (push) Failing after 1m27s
CI for csaxs_bec / test (pull_request) Failing after 1m29s

This commit is contained in:
2026-01-27 10:17:44 +01:00
parent da5f98317a
commit 204084aba0
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -265,8 +265,8 @@ class Eiger(PSIDeviceBase):
)
# JFJ adds _master.h5 automatically
# path = os.path.relpath(self._full_path, start="/sls/x12sa/data").removesuffix("_master.h5")
path = os.path.relpath(self._full_path, start="/sls/x12sa/data")
path = os.path.relpath(self._full_path, start="/sls/x12sa/data").removesuffix("_master.h5")
# path = os.path.relpath(self._full_path, start="/sls/x12sa/data")
data_settings = DatasetSettings(
image_time_us=int(frame_time_us * 1e6), # This is currently ignored
@@ -180,7 +180,7 @@ class JungfrauJochPreview:
# Happens when ZMQ partially delivers the multipart message
pass
except zmq.error.Again:
logger.info(
logger.debug(
f"ZMQ Again exception, receive queue is empty for JFJ preview at {self.url}."
)
# Happens when receive queue is empty