From 6647140d4304eb0256bb253fc17be2993095dee5 Mon Sep 17 00:00:00 2001 From: appel_c Date: Fri, 23 Jan 2026 15:25:52 +0100 Subject: [PATCH] w --- csaxs_bec/bec_ipython_client/plugins/tool_box/debug_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csaxs_bec/bec_ipython_client/plugins/tool_box/debug_tools.py b/csaxs_bec/bec_ipython_client/plugins/tool_box/debug_tools.py index 270078d..6e3589d 100644 --- a/csaxs_bec/bec_ipython_client/plugins/tool_box/debug_tools.py +++ b/csaxs_bec/bec_ipython_client/plugins/tool_box/debug_tools.py @@ -151,7 +151,7 @@ class DebugTools: s = scans.acquire( exp_time=exp_time, frames_per_trigger=burst_frames, burst_at_each_point=cycles ) - s.wait() + s.wait(file_written=True) print("Acquire measurement finished.") print("Checking MCS data...") scan_data = bec.history.get_by_scan_id(s.scan.scan_id)