From d430231d3c7dc7c5e5284af9a883aab1619087f7 Mon Sep 17 00:00:00 2001 From: appel_c Date: Thu, 4 Sep 2025 12:15:18 +0200 Subject: [PATCH] w --- superxas_bec/devices/timepix/timepix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superxas_bec/devices/timepix/timepix.py b/superxas_bec/devices/timepix/timepix.py index ff2b4cc..1a91545 100644 --- a/superxas_bec/devices/timepix/timepix.py +++ b/superxas_bec/devices/timepix/timepix.py @@ -665,7 +665,7 @@ if __name__ == "__main__": # pragma: no cover if n_messages > 0: msg = timepix._msg_dump[-1] logger.warning( - f"Last message had N start_frame : {len(msg.get('start_frame'))}, N data_frames: {len(msg.get('data_frame'))}, N end_frame : {len(msg.get('end_frame'))}" + f"Last message had N start_frame : {msg.get('start_frame')}, N data_frames: {len(msg.get('data_frame'))}, N end_frame : {msg.get('end_frame')}" ) status = timepix.complete() print("Waiting for timepix to complete.")