Skip to content

Commit 7a52c5e

Browse files
Update bindings/Sofa/src/SofaPython3/Sofa/Core/Binding_BaseLink.cpp
Fixe Co-authored-by: Jean-Nicolas Brunet <[email protected]>
1 parent 36c826b commit 7a52c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/Sofa/src/SofaPython3/Sofa/Core/Binding_BaseLink.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ py::object __getattr__(py::object self, const std::string& s)
7676
{
7777
return BindingBase::__getattr__(base, s);
7878
}
79-
throw std::runtime_error("Unable to find attribute on an empty link. X");
79+
throw std::runtime_error("Unable to find attribute on an empty link.");
8080
}
8181

8282
void __setattr__(py::object self, const std::string& s, py::object value)

0 commit comments

Comments
 (0)