Skip to content

Commit

Permalink
Remove old blocking false arg
Browse files Browse the repository at this point in the history
  • Loading branch information
jackvial committed Dec 28, 2024
1 parent 3cbc3f7 commit 9fc696a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lerobot/scripts/control_robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def record(
if events["stop_recording"]:
break

control_context.log_say("Stop recording", blocking=True)
control_context.log_say("Stop recording")
control_context.cleanup(robot)

control_context = control_context.update_config(
Expand Down

0 comments on commit 9fc696a

Please sign in to comment.