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 Dec 20, 2024
1 parent 8769730 commit d2707af
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 d2707af

Please sign in to comment.