Skip to content

Commit

Permalink
Fixed error when running real centrings with init_spot_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
rhfogh authored and marcus-oscarsson committed Mar 8, 2024
1 parent 5c469a8 commit f790ae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mxcubecore/HardwareObjects/Gphl/GphlWorkflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1832,8 +1832,8 @@ def collect_data(self, payload, correlation_id):
return GphlMessages.CollectionDone(
status=0,
proposalId=collection_proposal.id_,
# Only if you want to override prior information rootdir,
# imageRoot=gphl_workflow_model.characterisation_directory
scanIdMap={},
centrings=set(),
)

master_path_template = gphl_workflow_model.path_template
Expand Down

0 comments on commit f790ae6

Please sign in to comment.