Skip to content

Commit

Permalink
missed super().init() call in init method of UserTypeISPyBLims
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikatrojanowska authored and marcus-oscarsson committed Jan 6, 2025
1 parent 19f0961 commit 2351da6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mxcubecore/HardwareObjects/UserTypeISPyBLims.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2351da6

Please sign in to comment.