mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-03-10 02:37:59 +01:00
WIP scan metadata inheritance fixed
This commit is contained in:
@@ -52,7 +52,7 @@ class ScanMetadata(BECWidget, QWidget):
|
||||
**kwargs,
|
||||
):
|
||||
QWidget.__init__(self, parent=parent)
|
||||
BECWidget.__init__(client=client, **kwargs)
|
||||
BECWidget.__init__(self, client=client, **kwargs)
|
||||
|
||||
self.set_schema(scan_name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user