fix typo. Fixes #7965
This commit is contained in:
parent
651d52560d
commit
b5dd3836ab
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ class RosterWindow:
|
||||||
if not family_in_roster:
|
if not family_in_roster:
|
||||||
return False
|
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)
|
(nearby_family, family)
|
||||||
iters = self._get_contact_iter(old_big_jid, old_big_account,
|
iters = self._get_contact_iter(old_big_jid, old_big_account,
|
||||||
old_big_contact, self.model)
|
old_big_contact, self.model)
|
||||||
|
|
Loading…
Add table
Reference in a new issue