From c55a429491566f6a903f6018e3b7f2379fe553e6 Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Mon, 16 Sep 2024 12:27:34 +0200 Subject: [PATCH] remove obsolete --- src/depiction_targeted_preproc/app_interface/run_chunk.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/depiction_targeted_preproc/app_interface/run_chunk.py b/src/depiction_targeted_preproc/app_interface/run_chunk.py index 7fabead..398e011 100644 --- a/src/depiction_targeted_preproc/app_interface/run_chunk.py +++ b/src/depiction_targeted_preproc/app_interface/run_chunk.py @@ -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: