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 900b9a6 commit 5b6b6e7
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 @@ -2101,7 +2101,7 @@ def configure_nozzle_layout( # noqa: C901

if end is None:
raise ValueError(
"Parameter 'end' is required for Partial Column Nozzle Configuration Layout."
"Partial column configurations require the 'end' parameter."
)
if start[0] in end:
raise ValueError(
Expand Down

0 comments on commit 5b6b6e7

Please sign in to comment.