summaryrefslogtreecommitdiff
path: root/examples/pybullet/gym/pybullet_utils/examples/multipleScenes.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pybullet/gym/pybullet_utils/examples/multipleScenes.py')
-rw-r--r--examples/pybullet/gym/pybullet_utils/examples/multipleScenes.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/pybullet/gym/pybullet_utils/examples/multipleScenes.py b/examples/pybullet/gym/pybullet_utils/examples/multipleScenes.py
index 7018cfead..a2858ee87 100644
--- a/examples/pybullet/gym/pybullet_utils/examples/multipleScenes.py
+++ b/examples/pybullet/gym/pybullet_utils/examples/multipleScenes.py
@@ -15,6 +15,5 @@ p0.loadURDF("r2d2.urdf")
p1.loadSDF("stadium.sdf")
print(p0._client)
print(p1._client)
-print("p0.getNumBodies()=",p0.getNumBodies())
-print("p1.getNumBodies()=",p1.getNumBodies())
-
+print("p0.getNumBodies()=", p0.getNumBodies())
+print("p1.getNumBodies()=", p1.getNumBodies())