Skip to content

Commit 9fde3ec

Browse files
committed
Merge remote-tracking branch 'cristal/pr-add-baselink-attribute-forwarding' into pr-add-baselink-attribute-forwarding
2 parents 578e9bb + 7a52c5e commit 9fde3ec

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)