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

Commit e6a5620

Browse files
committed
Fix recursive loop
1 parent 67df507 commit e6a5620

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

botbot_plugins/plugins/jira.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,4 @@ def update_projects(self, line):
6161
projects = [project['key'] for project in json.loads(response.text)]
6262
self.store('projects', json.dumps(projects))
6363
return "Successfully updated projects list"
64-
return "Could not update projects list"
65-
66-
64+
return "Could not update projects list"

0 commit comments

Comments
 (0)