mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-03-04 16:02:51 +01:00
fix(client_utils): autoupdate has correct propagation of BECDockArea to plugin repos
This commit is contained in:
@@ -199,7 +199,7 @@ class BECGuiClient(RPCBase):
|
||||
# if the module is not found, we skip it
|
||||
if spec is None:
|
||||
continue
|
||||
return ep.load()(gui=self)
|
||||
return ep.load()(gui=self._top_level["main"].widget)
|
||||
except Exception as e:
|
||||
logger.error(f"Error loading auto update script from plugin: {str(e)}")
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user