diff --git a/bindings/Sofa/package/__init__.py b/bindings/Sofa/package/__init__.py index 2df434bc..5d77db2c 100644 --- a/bindings/Sofa/package/__init__.py +++ b/bindings/Sofa/package/__init__.py @@ -394,5 +394,5 @@ def import_sofa_python_scene(path_to_scene : str): if not hasattr(module_name, "createScene"): raise Exception("Unable to find 'createScene' in module "+path_to_scene) - return foo + return module_name