Skip to content

Commit

Permalink
[SC] - Don't change to transfer phase in unload
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson committed Mar 18, 2024
1 parent c316987 commit 2767c37
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mxcubecore/HardwareObjects/EMBLFlexHCD.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,8 +587,6 @@ def _do_load(self, sample=None):
return self._set_loaded_sample_and_prepare(loaded_sample, previous_sample)

def _do_unload(self, sample=None):
HWR.beamline.diffractometer.set_phase("Transfer")

self._execute_cmd_exporter(
"unloadSample",
sample.get_cell_no(),
Expand Down

0 comments on commit 2767c37

Please sign in to comment.