Skip to content

Commit

Permalink
Misc fixes to the trac service.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Mar 5, 2014
1 parent 48eb4c4 commit fd18dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugwarrior/services/trac.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def annotations(self, tag, issue):
if field == 'comment':
annotations.append((author, newvalue, ))

return annotations
return self.build_annotations(annotations)

def get_owner(self, issue):
tag, issue = issue
Expand Down

0 comments on commit fd18dd6

Please sign in to comment.