Skip to content

Commit

Permalink
Update io_util.py
Browse files Browse the repository at this point in the history
Co-authored-by: Dragoș Bălan <33976463+greenw0lf@users.noreply.github.com>
  • Loading branch information
Veldhoen and greenw0lf authored Apr 29, 2024
1 parent 4871339 commit 32be036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def obtain_input_file(s3_uri: str) -> ThisWorkerInput:
if success:
if input_file_path.find(".tar.gz") != -1:
# TODO: more elegant solution for hardcoded file name
input_file_path = untar_input_file(input_file_path) + f"/{source_id}.input"
input_file_path = untar_input_file(input_file_path)

provenance = Provenance(
activity_name="download",
Expand Down

0 comments on commit 32be036

Please sign in to comment.