We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdadea commit 25b1c6bCopy full SHA for 25b1c6b
src/murfey/server/api/__init__.py
@@ -612,7 +612,7 @@ def register_foil_hole(
612
except Exception:
613
if _transport_object:
614
fh_ispyb_response = _transport_object.do_insert_foil_hole(
615
- gsid.id, gs.thumbnail_size_x / gs.readout_area_x, foil_hole_params
+ gs.id, gs.thumbnail_size_x / gs.readout_area_x, foil_hole_params
616
)
617
else:
618
fh_ispyb_response = {"success": False, "return_value": None}
0 commit comments