1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-05 00:12:49 +01:00
This commit is contained in:
2025-04-18 13:09:50 +02:00
parent 23000add73
commit 0cb2bd6cbb

View File

@@ -1217,7 +1217,8 @@ class Waveform(PlotBase):
return
logger.info(f"Async readback for scan ID {scan_id}.")
else:
print()
stack_trace = traceback.extract_stack()
logger.warning(f"Async readback without scan ID, stack trace: {stack_trace}")
instruction = metadata.get("async_update", {}).get("type")
if instruction not in ["add", "add_slice", "replace"]:
logger.warning(f"Invalid async update instruction: {instruction}")