Skip to content

Commit

Permalink
Update api/src/opentrons/protocol_api/instrument_context.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ed Cormany <[email protected]>
  • Loading branch information
CaseyBatten and ecormany authored Aug 13, 2024
1 parent 95fb706 commit a1952c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/opentrons/protocol_api/instrument_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -2117,7 +2117,7 @@ def configure_nozzle_layout( # noqa: C901
elif start == "A1" or start == "A12":
if "H" in end:
raise ValueError(
f"When configuring in Partial Column with 'start'={start} the 'end' parameter cannot be in row H."
f"A partial column configuration with 'start'={start} cannot have its 'end' parameter be in row H."
)
front_right_resolved = end

Expand Down

0 comments on commit a1952c2

Please sign in to comment.