fix typo. Fixes #7965

This commit is contained in:
Yann Leboulanger 2015-02-15 21:14:42 +01:00
parent 651d52560d
commit b5dd3836ab
1 changed files with 1 additions and 1 deletions

View File

@ -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)