oops typo

This commit is contained in:
Romain Bignon 2011-08-16 09:41:25 +02:00
commit 1e83aaa3ef

View file

@ -70,7 +70,7 @@ class AccountListFormatter(IFormatter):
def flush(self):
if count < 1:
if self.count < 1:
return
result = u'------------------------------------------%s+----------+----------\n' % (('-' * 15) if not self.interactive else '')