Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Feb 15, 2024
1 parent 69ec3cd commit e000493
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 @@ -727,7 +727,7 @@ async def _configure_instruments(self) -> None:
await self.set_gantry_load(self._gantry_load_from_instruments())
await self.refresh_positions()
await self.reset_tip_detectors(False)
self._configured_since_update = False
self._configured_since_update = True

async def reset_tip_detectors(
self,
Expand Down

0 comments on commit e000493

Please sign in to comment.