We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7233fd commit 641ea4bCopy full SHA for 641ea4b
api/src/opentrons/protocol_api/instrument_context.py
@@ -1865,7 +1865,7 @@ def configure_nozzle_layout(
1865
)
1866
if start not in types.ALLOWED_PRIMARY_NOZZLES:
1867
raise ValueError(
1868
- f"Starting nozzle specified is not of {types.ALLOWED_PRIMARY_NOZZLES}"
+ f"Starting nozzle specified is not one of {types.ALLOWED_PRIMARY_NOZZLES}"
1869
1870
if style == NozzleLayout.QUADRANT:
1871
if front_right is None:
0 commit comments