Skip to content

Commit

Permalink
update constraints when attached instead
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder authored and caila-marashaj committed Nov 21, 2024
1 parent 4096a70 commit 2fc00b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/opentrons/hardware_control/ot3api.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ async def cache_pipette(
self._feature_flags.use_old_aspiration_functions,
)
self._pipette_handler.hardware_instruments[mount] = p
if not self.is_simulator:
if self._pipette_handler.has_pipette(mount):
self._confirm_pipette_motion_constraints(mount)
# TODO (lc 12-5-2022) Properly support backwards compatibility
# when applicable
Expand Down

0 comments on commit 2fc00b2

Please sign in to comment.