Skip to content

Commit

Permalink
Comment fixup: "error," not "warning."
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Oct 9, 2023
1 parent 2d9d32f commit 288f29c
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 @@ -311,7 +311,7 @@ def _validate_can_simulate_for_robot_type(robot_type: RobotType) -> None:
# When installed locally, this package can simulate protocols for any robot type.
pass
elif robot_type != current_robot_type:
# Match robot server behavior: raise an early warning if we're on a robot and the caller
# Match robot server behavior: raise an early error if we're on a robot and the caller
# tries to simulate a protocol written for a different robot type.

# FIXME: This exposes the internal strings "OT-2 Standard" and "OT-3 Standard".
Expand Down

0 comments on commit 288f29c

Please sign in to comment.