Skip to content

Commit

Permalink
fix: Logger methods got renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
luator committed Sep 19, 2023
1 parent ba5f297 commit 2af2af3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/solo_eight_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def main():
else:
end_index = -1

robot_logger.write_current_buffer_binary(
robot_logger.save_current_robot_data_binary(
args.robot_logfile, start_index=0, end_index=end_index
)

Expand Down
2 changes: 1 addition & 1 deletion scripts/trifinger_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def main() -> int:
else:
end_index = -1

robot_logger.write_current_buffer_binary(
robot_logger.save_current_robot_data_binary(
args.robot_logfile, start_index=0, end_index=end_index
)

Expand Down

0 comments on commit 2af2af3

Please sign in to comment.