Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Vittorio-Caggiano committed Oct 5, 2023
1 parent 63b3666 commit 2fdb027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myosuite/robot/robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ def reset(self,

# close connection and exit out of the robot
def close(self):
prompt("Closing {}".format(self.name), 'white', 'on_grey', flush=True)
# prompt("Closing {}".format(self.name), 'white', 'on_grey', flush=True)
if self.is_hardware:
status = self.hardware_close()
prompt("Closed (Status: {})".format(status), 'white', 'on_grey', flush=True)
Expand Down

0 comments on commit 2fdb027

Please sign in to comment.