Skip to content

Commit

Permalink
fetch from params
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Apr 17, 2024
1 parent 15f0867 commit 59c287b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panpipes/panpipes/pipeline_preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def filter_mudata(outfile):
job_kwargs["job_threads"] = PARAMS['resources_threads_low']
L.info(
"Task: 'filter_mudata'" + "\n" +
f"Input file(s): {unfiltered_obj}" + "\n" +
f"Input file(s): {PARAMS["unfiltered_obj"]}" + "\n" +
f"Output file(s): {outfile}" + "\n" +
f"Log file: {logfile}" + "\n" +
"In case of error, please refer to the log file(s) above for more information."
Expand Down

0 comments on commit 59c287b

Please sign in to comment.