From 8cb4d82f2d6b5d421b0da9f079293cafe5672acd Mon Sep 17 00:00:00 2001 From: Joseph Lemaitre Date: Mon, 20 Feb 2023 10:36:28 +0100 Subject: [PATCH] fixes --- scripts/postprocess_auto.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/postprocess_auto.py b/scripts/postprocess_auto.py index 0a785c923..6d90fea91 100644 --- a/scripts/postprocess_auto.py +++ b/scripts/postprocess_auto.py @@ -301,8 +301,8 @@ def generate_pdf(config_path, run_id, job_name, fs_results_path, slack_token, ma slack_multiple_files_v2( slack_token=slack_token, - message=f"FlepiMoP run `{run_id}` (job `{job_name}`) has successfully completed 🎉🤖. \n \nPlease find below a little analysis of the llik files, and I'll try to be more helpful in the future.", - file_list=file_list + message=f"""FlepiMoP run `{run_id}` (job `{job_name}`) has successfully completed 🎉🤖. \n \nPlease find below a little analysis of the llik files, and I'll try to be more helpful in the future.""", + file_list=file_list, channel=channel, )