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-14 16:56:32 +02:00
parent 880f11994a
commit 32d0e357d1

View File

@@ -1548,6 +1548,7 @@ class Waveform(PlotBase):
"""
Categorise the device curves into sync and async based on the readout priority.
"""
logger.info(f"Called categorise_device_curves from {traceback.extract_stack()}")
if self.scan_item is None:
self.update_with_scan_history(-1)
if self.scan_item is None: