From 21e0d3eb5ad810fccf8a930a4ee5c67f239dedf3 Mon Sep 17 00:00:00 2001 From: Bryan Hilbert Date: Tue, 25 Jul 2023 15:07:18 -0400 Subject: [PATCH] Remove bad cut and paste text --- jwql/shared_tasks/shared_tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jwql/shared_tasks/shared_tasks.py b/jwql/shared_tasks/shared_tasks.py index e83dd66ce..b35410291 100644 --- a/jwql/shared_tasks/shared_tasks.py +++ b/jwql/shared_tasks/shared_tasks.py @@ -263,7 +263,7 @@ def run_subprocess(name, cmd, outputs, cal_dir, ins, in_file, short_name, res_fi command = command.format(name, cmd, outputs, cal_dir, ins, in_file, short_name, cores, step_args_str) logging.info("Running {}".format(command)) process = Popen(command, shell=True, executable="/bin/bash", stderr=PIPE) - with process.stderr: