From fd18dd65698cf26c2cbf8093f061e55a4143bb18 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 5 Mar 2014 16:51:43 -0500 Subject: [PATCH] Misc fixes to the trac service. --- bugwarrior/services/trac.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bugwarrior/services/trac.py b/bugwarrior/services/trac.py index 73586ee7e..09882ea16 100644 --- a/bugwarrior/services/trac.py +++ b/bugwarrior/services/trac.py @@ -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