Commit 130eaefb authored by wenjie.zheng's avatar wenjie.zheng Committed by Sebastien Robin

patches/DCWOrkflow.py: clean up.

parent 8a651935
...@@ -1026,7 +1026,7 @@ def DCWorkflowDefinition_showAsXML(self, root=None): ...@@ -1026,7 +1026,7 @@ def DCWorkflowDefinition_showAsXML(self, root=None):
sub_object = SubElement(variable, property_id, attrib=dict(type=property_type)) sub_object = SubElement(variable, property_id, attrib=dict(type=property_type))
sub_object.text = str(property_value) sub_object.text = str(property_value)
# 3. Worklist as XML # 4. Worklist as XML
worklist_reference_list = [] worklist_reference_list = []
worklist_id_list = sorted(self.worklists.keys()) worklist_id_list = sorted(self.worklists.keys())
worklist_prop_id_to_show = {'description':'text', worklist_prop_id_to_show = {'description':'text',
......
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