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:
@ -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)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user