Skip to content

Commit

Permalink
Update api/src/opentrons/protocol_runner/json_translator.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 24, 2023
1 parent 5ab93de commit 0f9131c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/opentrons/protocol_runner/json_translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def translate_commands(
) -> List[pe_commands.CommandCreate]:
"""Takes json protocol and translates commands->protocol engine commands."""
if isinstance(protocol, ProtocolSchemaV6):
return self._traslate_v6_commands(protocol)
return self._translate_v6_commands(protocol)
else:
return self._translate_v7_commands(protocol)

Expand Down

0 comments on commit 0f9131c

Please sign in to comment.