Skip to content

Commit

Permalink
Fix silly controller/simulator typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Oct 2, 2023
1 parent 406e340 commit b5902a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/opentrons/simulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ def _make_hardware_simulator(

return ThreadManager(OT3API.build_hardware_simulator)
elif robot_type == "OT-2 Standard":
return ThreadManager(OT2API.build_hardware_controller)
return ThreadManager(OT2API.build_hardware_simulator)


@contextlib.contextmanager
Expand Down

0 comments on commit b5902a3

Please sign in to comment.