oops typo
This commit is contained in:
parent
6c2dfef837
commit
1e83aaa3ef
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ class AccountListFormatter(IFormatter):
|
||||||
|
|
||||||
|
|
||||||
def flush(self):
|
def flush(self):
|
||||||
if count < 1:
|
if self.count < 1:
|
||||||
return
|
return
|
||||||
|
|
||||||
result = u'------------------------------------------%s+----------+----------\n' % (('-' * 15) if not self.interactive else '')
|
result = u'------------------------------------------%s+----------+----------\n' % (('-' * 15) if not self.interactive else '')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue