diff --git a/ChangeLog b/ChangeLog index 43ff626da..79cdae7f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2007-12-11 Benny Malengier + * src/plugins/IndivComplete.py: bug on buglist, wrong parameter + 2007-12-10 Benny Malengier * src/RelLib/_Event.py: add attr to list of sec objects, bug #1318 diff --git a/src/plugins/IndivComplete.py b/src/plugins/IndivComplete.py index 22ab01758..b04df11d8 100644 --- a/src/plugins/IndivComplete.py +++ b/src/plugins/IndivComplete.py @@ -173,7 +173,8 @@ class IndivCompleteReport(Report): if parent: self.normal_cell('%(parent)s, relationship: %(relation)s' % - { 'parent' : parent, 'relation' : rel },mark) + { 'parent' : parent, 'relation' : rel }, + mark=mark) else: self.normal_cell('') self.doc.end_row()