Skip to content

Commit

Permalink
Merge branch 'main' into dot_files
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfsilva committed Sep 14, 2024
2 parents 2cc9348 + a91fead commit 38a7057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wfcommons/wfgen/abstract_recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def _generate_task_files(self, task: Task) -> List[File]:

# generate output files
output_files_list = self._generate_files(task.task_id, task_recipe['output'], FileLink.OUTPUT)
task.output_files = self.tasks_files[task.task_id]
task.output_files = output_files_list

# obtain input files from parents
input_files = []
Expand Down

0 comments on commit 38a7057

Please sign in to comment.