Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
r0h4n committed Mar 30, 2017
1 parent b081ba2 commit 38a7909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tendrl/commons/jobs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ def _run(self):
flow_id = the_flow.parameters['flow_id'],
priority="info",
publisher=NS.publisher_id,
payload={"message": "Completed Flow %s" %
raw_job['payload']['run']
payload={"message": "JOB[%s]: Finished Flow %s" %
(raw_job['job_id'], raw_job['payload']['run'])
}
)
)
Expand Down

0 comments on commit 38a7909

Please sign in to comment.