mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02: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