We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d046f47 + 195c0df commit 8df076fCopy full SHA for 8df076f
robosuite/renderers/context/egl_context.py
@@ -26,7 +26,7 @@
26
raise ImportError(
27
"Cannot use EGL rendering platform. "
28
"The PYOPENGL_PLATFORM environment variable is set to {!r} "
29
- "(should be either unset or 'egl')."
+ "(should be either unset or 'egl').".format(PYOPENGL_PLATFORM)
30
)
31
32
from mujoco.egl import egl_ext as EGL
0 commit comments