Skip to content

Commit

Permalink
Update api/src/opentrons/protocol_engine/state/commands.py
Browse files Browse the repository at this point in the history
Co-authored-by: Max Marrone <[email protected]>
  • Loading branch information
TamarZanzouri and SyntaxColoring authored Jul 31, 2024
1 parent 694397c commit a870280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/opentrons/protocol_engine/state/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ class CommandState:
"""

failed_command_errors: List[ErrorOccurrence]
"""List of errors that occurred during run execution."""
"""List of command errors that occurred during run execution."""

stopped_by_estop: bool
"""If this is set to True, the engine was stopped by an estop event."""
Expand Down

0 comments on commit a870280

Please sign in to comment.