Commit c1a8c6de by Calen Pennington

Return children from timelimit module definition_from_xml in the new format…

Return children from timelimit module definition_from_xml in the new format (separate from definition)
parent 4fd1b936
......@@ -135,7 +135,7 @@ class TimeLimitDescriptor(XMLEditingDescriptor, XmlDescriptor):
if system.error_tracker is not None:
system.error_tracker("ERROR: " + str(e))
continue
return {'children': children}
return {}, children
def definition_to_xml(self, resource_fs):
xml_object = etree.Element('timelimit')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment