Skip to content

Commit

Permalink
better words
Browse files Browse the repository at this point in the history
  • Loading branch information
sanni-t committed Dec 12, 2023
1 parent e65470e commit 25375d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/src/opentrons/protocol_api/core/engine/deck_conflict.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,16 +221,16 @@ def check_safe_for_tip_pickup_and_return(
)
elif not is_partial_config and tiprack_height > adapter_height:
raise PipetteMovementNotAllowed(
f"Tiprack {tiprack_name} must be on a Flex Tiprack Adapter (or similar)"
f" in order to pick up or drop tips with full 96-channel nozzles."
f"Tiprack {tiprack_name} must be on a Flex Tiprack Adapter (or similar)"
f" in order to pick up or return tips with all 96-channel nozzles."
)

elif (
not is_partial_config
): # tiprack is not on adapter and pipette is in full config
raise PipetteMovementNotAllowed(
f"Tiprack {tiprack_name} must be on a Flex Tiprack Adapter (or similar)"
f" in order to pick up or drop tips with full 96-channel nozzles."
f"Tiprack {tiprack_name} must be on a Flex Tiprack Adapter (or similar)"
f" in order to pick up or return tips with all 96-channel nozzles."
)


Expand Down

0 comments on commit 25375d1

Please sign in to comment.