diff --git a/python/mujoco/__init__.py b/python/mujoco/__init__.py index e94be569..baf67756 100644 --- a/python/mujoco/__init__.py +++ b/python/mujoco/__init__.py @@ -61,8 +61,8 @@ def _load_all_bundled_plugins(): pass else: - raise ValueError(f"Trying to load the plugin {os.path.join(directory, filename)}, " - "which is not a shared library.") + raise ValueError(f"Trying to load the plugin {os.path.join(directory, filename)} " + "that is not a shared library.") _load_all_bundled_plugins()