Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Nov 6, 2023
1 parent a153c7c commit e68e215
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/engine/src/contrib/tapis/executors/TapisJob.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def execute(self):
file_input_arrays = []
for parent_task in self.task.depends_on:
parent_task_output = self.ctx.output[parent_task.id]
print("OUTPUT", self.ctx.output)
source_urls = []
for parent_task_output_file in parent_task_output:
# Skip all output files that do not contain the Tapis
Expand Down

0 comments on commit e68e215

Please sign in to comment.