From 50081f6092a162c76d492de6c67724d79de454c1 Mon Sep 17 00:00:00 2001 From: harini-venkataraman <115449948+harini-venkataraman@users.noreply.github.com> Date: Mon, 20 Apr 2026 17:15:35 +0530 Subject: [PATCH] Fixing INFILE overwrites Signed-off-by: harini-venkataraman <115449948+harini-venkataraman@users.noreply.github.com> --- workers/file_processing/structure_tool_task.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/workers/file_processing/structure_tool_task.py b/workers/file_processing/structure_tool_task.py index f36e8afff0..7e56cec435 100644 --- a/workers/file_processing/structure_tool_task.py +++ b/workers/file_processing/structure_tool_task.py @@ -672,10 +672,6 @@ def _write_pipeline_outputs( label.capitalize(), copy_output_path, ) - - logger.info("Overwriting INFILE with %s output: %s", label, input_file_path) - fs.json_dump(path=input_file_path, data=structured_output) - logger.info("Output written successfully to workflow storage") return None except Exception as e: