From 59c287bf6ceac7f81cdf318504f15c3096a2a8c8 Mon Sep 17 00:00:00 2001 From: Kevin Rue-Albrecht Date: Wed, 17 Apr 2024 14:02:10 +0100 Subject: [PATCH] fetch from params --- panpipes/panpipes/pipeline_preprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panpipes/panpipes/pipeline_preprocess.py b/panpipes/panpipes/pipeline_preprocess.py index f1dcc420..e414ddeb 100644 --- a/panpipes/panpipes/pipeline_preprocess.py +++ b/panpipes/panpipes/pipeline_preprocess.py @@ -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."