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 5b6b6e7 commit 95fb706
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 @@ -2111,7 +2111,7 @@ def configure_nozzle_layout( # noqa: C901
if start == "H1" or start == "H12":
if "A" in end:
raise ValueError(
f"When configuring in Partial Column with 'start'={start} the 'end' parameter cannot be in row A."
f"A partial column configuration with 'start'={start} cannot have its 'end' parameter be in row A."
)
back_left_resolved = end
elif start == "A1" or start == "A12":
Expand Down

0 comments on commit 95fb706

Please sign in to comment.