Skip to content

Commit 25b1c6b

Browse files
committed
foild hole fix
1 parent 2cdadea commit 25b1c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/server/api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ def register_foil_hole(
612612
except Exception:
613613
if _transport_object:
614614
fh_ispyb_response = _transport_object.do_insert_foil_hole(
615-
gsid.id, gs.thumbnail_size_x / gs.readout_area_x, foil_hole_params
615+
gs.id, gs.thumbnail_size_x / gs.readout_area_x, foil_hole_params
616616
)
617617
else:
618618
fh_ispyb_response = {"success": False, "return_value": None}

0 commit comments

Comments
 (0)