Skip to content
This repository was archived by the owner on Nov 26, 2018. It is now read-only.

Commit 585a79b

Browse files
committed
Remove error message on unreacheble server
1 parent e6a5620 commit 585a79b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

botbot_plugins/plugins/jira.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ def issue_lookup(self, line, project, issue):
4343
desc = response_text['fields']['summary']
4444
return_url = urljoin(self.config['jira_url'],"projects/{}/issues/{}".format(project,name))
4545
return "{}: {}\n{}".format(name,desc,return_url)
46-
else:
47-
return "Th' servers be not reachable matey, give a go' again later"
4846

4947
@listens_to_mentions(ur'(.*)\bUPDATE:JIRA')
5048
def update_projects(self, line):

0 commit comments

Comments
 (0)