Skip to content

Commit e90e5ca

Browse files
committed
#19: making WfCommons compatible with WfFormat v1.2
1 parent dfdb321 commit e90e5ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wfcommons/wfgen/abstract_recipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def build_workflow(self, workflow_name: Optional[str] = None) -> Workflow:
143143
:rtype: Workflow
144144
"""
145145
workflow = Workflow(name=self.name + "-synthetic-instance" if not workflow_name else workflow_name,
146-
makespan=None)
146+
makespan=0)
147147
graph = self.generate_nx_graph()
148148

149149
task_names = {}

0 commit comments

Comments
 (0)