Skip to content

Commit

Permalink
remove obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Sep 16, 2024
1 parent dc52816 commit c55a429
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/depiction_targeted_preproc/app_interface/run_chunk.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ def run_chunk(chunk_dir: Path):
"type": "bfabric_copy_resource",
"local_path": str(zip_file_path.absolute()),
"store_entry_path": zip_file_path.name,
# TODO figure out how to abstract this (needs some design changes)
"workunit_id": None,
"storage_id": None,
"update_existing": "if_exists",
}
]
with (chunk_dir / "outputs.yml").open("w") as f:
Expand Down

0 comments on commit c55a429

Please sign in to comment.