Skip to content

Commit

Permalink
[Diffractometer] - wait_device_ready renamed to wait_ready
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson committed Jan 31, 2025
1 parent 944528d commit 552fc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxcubeweb/core/components/beamline.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def prepare_beamline_for_sample(self):

def diffractometer_set_phase(self, phase):
try:
HWR.beamline.diffractometer.wait_device_ready(30)
HWR.beamline.diffractometer.wait_ready(30)
except Exception:
logging.getLogger("MX3.HWR").warning("Diffractometer not ready")

Expand Down

0 comments on commit 552fc1f

Please sign in to comment.