Skip to content

Commit

Permalink
remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sanni-t committed May 20, 2024
1 parent b7f840e commit 64f6e9c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions api/src/opentrons/protocols/execution/execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ def run_protocol(
:param protocol: The :py:class:`.protocols.types.Protocol` to execute
:param context: The protocol context to use.
:param run_time_parameters_with_overrides: Run time parameters defined in the protocol,
updated with the run's RTP override values.
updated with the run's RTP override values. When we are running either simulate
or execute, this will be None (until RTP is supported in cli commands)
"""
if isinstance(protocol, PythonProtocol):
if protocol.api_level >= APIVersion(2, 0):
# If this is None here then we're either running simulate or execute, in any case we don't need to report
# this in analysis which is the reason we'd pass it to this function
exec_run(
proto=protocol,
context=context,
Expand Down

0 comments on commit 64f6e9c

Please sign in to comment.