Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
Fix the fix for #424
  • Loading branch information
hugtalbot authored Sep 16, 2024
1 parent 7c8415f commit 97bc97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/Sofa/package/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 97bc97d

Please sign in to comment.