Skip to content

Commit 0ecf1af

Browse files
author
Generic Bliss Account For Control Software
committed
Change method name
1 parent 79405bc commit 0ecf1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mxcubeweb/core/adapter/sample_view_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ def click(self, x: float, y: float):
415415
try:
416416
self.centring_click()
417417
self._ho.image_clicked(x, y)
418-
HWR.beamline.diffractometer.wait_ready()
418+
HWR.beamline.diffractometer.wait_status_ready()
419419
except Exception:
420420
logging.getLogger("MX3.HWR").exception("")
421421
msg = "Error while centring, please try again"

0 commit comments

Comments
 (0)