From 2351da66819265f11f04512b1be3b03c625e1d65 Mon Sep 17 00:00:00 2001 From: dominikatrojanowska <154609837+dominikatrojanowska@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:00:00 +0100 Subject: [PATCH] missed super().init() call in init method of UserTypeISPyBLims --- mxcubecore/HardwareObjects/UserTypeISPyBLims.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mxcubecore/HardwareObjects/UserTypeISPyBLims.py b/mxcubecore/HardwareObjects/UserTypeISPyBLims.py index 26814a8511..7ddef96530 100644 --- a/mxcubecore/HardwareObjects/UserTypeISPyBLims.py +++ b/mxcubecore/HardwareObjects/UserTypeISPyBLims.py @@ -42,6 +42,7 @@ def is_user_login_type(self): return True def init(self): + super().init() try: # ws_root is a property in the configuration xml file if self.ws_root: