0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00

WIP scan metadata inheritance fixed

This commit is contained in:
2025-04-06 11:54:03 +02:00
parent 837af07fab
commit 9183a13fce

View File

@ -52,7 +52,7 @@ class ScanMetadata(BECWidget, QWidget):
**kwargs, **kwargs,
): ):
QWidget.__init__(self, parent=parent) QWidget.__init__(self, parent=parent)
BECWidget.__init__(client=client, **kwargs) BECWidget.__init__(self, client=client, **kwargs)
self.set_schema(scan_name) self.set_schema(scan_name)