Skip to content

Commit e55a072

Browse files
authored
mistake on backport
forgot the last column on stats_list
1 parent 72ccd82 commit e55a072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AssociationsTool/associationstool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def __init__(self, dbstate, user, options_class, name, callback=None):
7373
name2 = name_displayer.display(person2)
7474
rel = relationship.get_one_relationship(
7575
dbstate.db, person2, person)
76-
stats_list.append((name1, value, name2))
76+
stats_list.append((name1, value, name2, rel))
7777

7878
if uistate:
7979
titles = [

0 commit comments

Comments
 (0)