Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix annoying pybullet argv[0]= print #2066

Merged
merged 2 commits into from
Jun 13, 2023
Merged

Conversation

Gamenot
Copy link
Collaborator

@Gamenot Gamenot commented Jun 13, 2023

This fixes a bug I accidentally introduced with the pybullet wrapper intended to prevent copying.


def __del__(self):
"""Clean up connection if not already done."""
super().__init__()
super().__del__()
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I accidentally put __init__ here using autocomplete.

@Gamenot Gamenot merged commit 782b592 into master Jun 13, 2023
@Gamenot Gamenot deleted the tucker/fix_pybullet_prints branch June 13, 2023 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants