Skip to content

Commit

Permalink
Pesky None.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Jan 19, 2017
1 parent 7e0cf8e commit 6acb469
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bugwarrior/services/jira.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,7 @@ def validate_config(cls, config, target):
IssueService.validate_config(config, target)

def annotations(self, issue, issue_obj):
comments = self.jira.comments(issue.key)

comments = self.jira.comments(issue.key) or []
return self.build_annotations(
((
comment.author.name,
Expand Down

0 comments on commit 6acb469

Please sign in to comment.