Skip to content

Commit

Permalink
Remove bad cut and paste text
Browse files Browse the repository at this point in the history
  • Loading branch information
bhilbert4 committed Jul 25, 2023
1 parent 1160e5d commit 21e0d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwql/shared_tasks/shared_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:<log_subprocess
with process.stderr:
log_subprocess_output(process.stderr)
result = process.wait()
logging.info("Subprocess result was {}".format(result))
Expand Down

0 comments on commit 21e0d3e

Please sign in to comment.