Skip to content

Commit cdd5556

Browse files
hugtalbotbakpaul
andauthored
Update __init__.py (#452)
Fix the fix for #424 Co-authored-by: Paul Baksic <30337881+bakpaul@users.noreply.github.com>
1 parent 67e7f64 commit cdd5556

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/Sofa/package/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,5 +394,5 @@ def import_sofa_python_scene(path_to_scene : str):
394394
if not hasattr(module_name, "createScene"):
395395
raise Exception("Unable to find 'createScene' in module "+path_to_scene)
396396

397-
return foo
397+
return module_name
398398

0 commit comments

Comments
 (0)