mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-03-05 00:12:49 +01:00
wip
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user