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 a1952c2 commit 165a8c6
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 @@ -2128,7 +2128,7 @@ def configure_nozzle_layout( # noqa: C901
)
elif not (front_right is None and back_left is None):
raise ValueError(
f"Parameters 'front_right' and 'back_left' cannot be used with {style.value} Nozzle Configuration Layout."
f"Parameters 'front_right' and 'back_left' cannot be used with a {style.value} nozzle configuration."
)

self._core.configure_nozzle_layout(
Expand Down

0 comments on commit 165a8c6

Please sign in to comment.