Skip to content

Commit

Permalink
adding the workflow type to the final slack message
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Apr 14, 2023
1 parent 8c9c166 commit 80b7107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supervisor/job_supervisor.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def handle_job_complete(self, run):
self.util_objs['pg_db'].update_job_status(run['id'], run['status_prov'])

# init the type of run
run_type = 'APS'
run_type = f"APS ({run['workflow_type']})"

# add a comment on overall pass/fail
if run['status_prov'].find('error') == -1:
Expand Down

0 comments on commit 80b7107

Please sign in to comment.