Skip to content

Commit

Permalink
debug: print out downloaded files
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianHofmann committed Jul 3, 2024
1 parent 520b9de commit 8ffe017
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/retrieve_databundle_light.py
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,8 @@ def datafiles_retrivedatabundle(config):
)
)

print("List of outputs to be downloaded:" + str(listoutputs))

return listoutputs


Expand Down

0 comments on commit 8ffe017

Please sign in to comment.