Skip to content

Commit ecfa8be

Browse files
committed
Merge remote-tracking branch 'sofa-framework/master' into ci_improve_workflow
2 parents d6ac674 + 6943590 commit ecfa8be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Plugin/src/SofaPython3/PythonEnvironment.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ void PythonEnvironment::Init()
168168

169169
if ( !Py_IsInitialized() )
170170
{
171-
msg_info("SofaPython3") << "Intializing python";
171+
msg_info("SofaPython3") << "Initializing python";
172172
py::initialize_interpreter();
173173
// the first gil aquisition should happen right after the python interpreter
174174
// is initialized.

bindings/Sofa/tests/Core/BaseObject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def test_slave_master(self):
5555
def test_getTarget(self):
5656
root = create_scene("rootNode")
5757
c = root.addObject("MechanicalObject", name="t")
58-
self.assertEqual(c.getTarget(), 'SofaBaseMechanics')
58+
self.assertEqual(c.getTarget(), 'Sofa.Component.StateContainer')
5959

6060
def test_getName(self):
6161
root = create_scene("rootNode")

0 commit comments

Comments
 (0)