We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a2ef92 commit 9050343Copy full SHA for 9050343
src/core/modules/entities/entities_entity.cpp
@@ -180,7 +180,7 @@ CBaseEntityOutputWrapper* CBaseEntityWrapper::get_output(const char* name)
180
if (pCurrentDataDesc.externalName && strcmp(name, pCurrentDataDesc.externalName) == 0)
181
{
182
if (!(pCurrentDataDesc.flags & FTYPEDESC_OUTPUT))
183
- BOOST_RAISE_EXCEPTION(PyExc_TypeError, "'%s' is not a valid output.", name);
+ continue;
184
185
return (CBaseEntityOutputWrapper *)((unsigned long)this + TypeDescriptionExt::get_offset(pCurrentDataDesc));
186
}
0 commit comments