1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

M #-: Adapt to latest generateDS (#3917)

(cherry picked from commit ace990ca7f9d545ebd02985bbac31b6ca8d5c12f)
This commit is contained in:
Jan Orel 2019-12-10 15:55:33 +01:00 committed by Ruben S. Montero
parent 2f9fc0b01b
commit 45f6d6dfee
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -137,6 +137,6 @@ class TemplatedType(object):
'''
Mixin class for Templated bindings
'''
def buildChildren(self, child_, node, nodeName_, fromsubclass_=False):
def buildChildren(self, child_, node, nodeName_, fromsubclass_=False, gds_collector_=None):
if not build_template_node(self, nodeName_, child_):
super(TemplatedType, self).buildChildren(child_,node,nodeName_,fromsubclass_)
super(TemplatedType, self).buildChildren(child_,node,nodeName_,fromsubclass_,gds_collector_)