summaryrefslogtreecommitdiffstats
path: root/django/engagementmanager/slack_client/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/engagementmanager/slack_client/api.py')
-rw-r--r--django/engagementmanager/slack_client/api.py10
1 files changed, 7 insertions, 3 deletions
diff --git a/django/engagementmanager/slack_client/api.py b/django/engagementmanager/slack_client/api.py
index df149ed..4e2b8da 100644
--- a/django/engagementmanager/slack_client/api.py
+++ b/django/engagementmanager/slack_client/api.py
@@ -233,8 +233,10 @@ class SlackClient(object):
reviewer,
peer_reviewer,
bucket_name):
- str_committed_files = "The following bucket was updated with new image files: %s" % bucket_name
- message = 'The rgwa bucket for the engagement _{}: {}_ in which you are assigned as a _{}_ was updated. ' + \
+ str_committed_files = "The following bucket was updated with new" \
+ " image files: %s" % bucket_name
+ message = 'The rgwa bucket for the engagement _{}: {}_ in which you' \
+ ' are assigned as a _{}_ was updated. ' + \
str_committed_files
self.send_message_to_user(
reviewer,
@@ -253,7 +255,9 @@ class SlackClient(object):
# checklist
def send_notification_to_reviewer_when_automation_completes(
self, engagement_manual_id, vf_name, reviewer, checklist_name):
- message = 'The automation phase completed for the checklist _{}_ under the engagement _{}: {}_. You can now start your review of it.'
+ message = 'The automation phase completed for the checklist _{}_' \
+ ' under the engagement _{}: {}_. You can now start your' \
+ ' review of it.'
self.send_message_to_user(
reviewer,
message.format(