File tree Expand file tree Collapse file tree
wfcommons/wfbench/translator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ def _get_tasks_in_topological_order(self) -> List[Task]:
134134 for potential_task in all_children :
135135 num_children = len (self .task_children [potential_task .task_id ])
136136 if not num_children :
137- self .out_files .add (f"{ self .output_folder .absolute ()} /{ potential_task .output_files [0 ]} " )
137+ self .out_files .add (f"{ self .output_folder .absolute ()} /data/ { potential_task .output_files [0 ]} " )
138138 if all (parent in sorted_tasks for parent in self ._find_parents (potential_task .task_id )):
139139 tasks_in_current_level .append (potential_task )
140140 levels [current_level ] = tasks_in_current_level
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 4949
5050try :
5151 flowcept_agent .stop ()
52+ time .sleep (5 )
5253except Exception :
5354 import traceback
5455 traceback .print_exc ()
You can’t perform that action at this time.
0 commit comments