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 0302aa7 commit 900b9a6
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 @@ -2105,7 +2105,7 @@ def configure_nozzle_layout( # noqa: C901
)
if start[0] in end:
raise ValueError(
"When configuring in Partial Column the 'start' and 'end' parameters cannot be in the same row."
"The 'start' and 'end' parameters of a partial column configuration cannot be in the same row."
)
# Determine if 'end' will be configured as front_right or back_left
if start == "H1" or start == "H12":
Expand Down

0 comments on commit 900b9a6

Please sign in to comment.