fix typo. Fixes #7965
This commit is contained in:
parent
651d52560d
commit
b5dd3836ab
|
@ -569,7 +569,7 @@ class RosterWindow:
|
|||
if not family_in_roster:
|
||||
return False
|
||||
|
||||
assert old_big_jid, 'No Big Brother in nearby family % (Family: %)' % \
|
||||
assert old_big_jid, 'No Big Brother in nearby family %s (Family: %s)' %\
|
||||
(nearby_family, family)
|
||||
iters = self._get_contact_iter(old_big_jid, old_big_account,
|
||||
old_big_contact, self.model)
|
||||
|
|
Loading…
Reference in New Issue