Extend python interface for groups and fix test cases
This commit is contained in:
@@ -80,7 +80,7 @@ bool ExtensionContainer::hasExtension(Base::Type t, bool derived) const {
|
||||
}
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
return found;
|
||||
}
|
||||
|
||||
bool ExtensionContainer::hasExtension(const std::string& name) const {
|
||||
|
||||
Reference in New Issue
Block a user