We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e7f64 commit cdd5556Copy full SHA for cdd5556
1 file changed
bindings/Sofa/package/__init__.py
@@ -394,5 +394,5 @@ def import_sofa_python_scene(path_to_scene : str):
394
if not hasattr(module_name, "createScene"):
395
raise Exception("Unable to find 'createScene' in module "+path_to_scene)
396
397
- return foo
+ return module_name
398
0 commit comments