Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcblemai committed Feb 20, 2023
1 parent 74e76af commit 8cb4d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/postprocess_auto.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

Expand Down

0 comments on commit 8cb4d82

Please sign in to comment.