summaryrefslogtreecommitdiff
path: root/examples/pybullet/gym/pybullet_data/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pybullet/gym/pybullet_data/__init__.py')
-rw-r--r--examples/pybullet/gym/pybullet_data/__init__.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/pybullet/gym/pybullet_data/__init__.py b/examples/pybullet/gym/pybullet_data/__init__.py
index 90f6f6b05..a4e54023e 100644
--- a/examples/pybullet/gym/pybullet_data/__init__.py
+++ b/examples/pybullet/gym/pybullet_data/__init__.py
@@ -1,5 +1,6 @@
import os
+
def getDataPath():
- resdir = os.path.join(os.path.dirname(__file__))
- return resdir
+ resdir = os.path.join(os.path.dirname(__file__))
+ return resdir