Skip to content

Commit

Permalink
Added missing mockup for _store_data_colection_group
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson committed Nov 29, 2024
1 parent 70c21b4 commit 7264158
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mxcubecore/HardwareObjects/mockup/ISPyBClientMockup.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@ def isInhouseUser(self, proposal_code, proposal_number):
return True
return False

def _store_data_collection_group(self, group_data_dict):
pass

def store_data_collection(self, mx_collection, bl_config=None):
"""
Stores the data collection mx_collection, and the beamline setup
Expand Down

0 comments on commit 7264158

Please sign in to comment.