Skip to content

Commit

Permalink
add max suggested comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jbleon95 committed Dec 6, 2023
1 parent 77882c5 commit e6dcee1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/opentrons/protocol_api/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ def internal_slot_to_public_string(
if isinstance(slot_name, DeckSlotName):
return slot_name.to_equivalent_for_robot_type(robot_type).id
else:
# No need to convert staging slot names per robot type, since they only exist on Flex.
return slot_name.id


Expand Down

0 comments on commit e6dcee1

Please sign in to comment.