Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed May 20, 2024
1 parent 44efbb9 commit f4704d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def get_current_command(self, run_id: str) -> Optional[CommandPointer]:
else:
# todo(mm, 2024-05-20):
# For historical runs to behave consistently with the current run,
# this should the most recently completed command, not `None`.
# this should be the most recently completed command, not `None`.
return None

def get_recovery_target_command(self, run_id: str) -> Optional[CommandPointer]:
Expand Down
2 changes: 1 addition & 1 deletion robot-server/robot_server/runs/run_data_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def get_current_command(self, run_id: str) -> Optional[CommandPointer]:
else:
# todo(mm, 2024-05-20):
# For historical runs to behave consistently with the current run,
# this should the most recently completed command, not `None`.
# this should be the most recently completed command, not `None`.
return None

def get_recovery_target_command(self, run_id: str) -> Optional[CommandPointer]:
Expand Down

0 comments on commit f4704d5

Please sign in to comment.