mirror of
https://abf.rosa.ru/djam/repo-analyzer.git
synced 2025-02-23 18:12:54 +00:00
Fix typo in a message
This commit is contained in:
parent
f078a7c26e
commit
82014f3096
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ SELECT packages.id, packages.name, nvra
|
||||||
#raise Exception('aaa')
|
#raise Exception('aaa')
|
||||||
else:
|
else:
|
||||||
for p in sorted(partition_names):
|
for p in sorted(partition_names):
|
||||||
print '\t%s', p
|
print '\t%s' % p
|
||||||
print 'Total: %d' % len(partition_names)
|
print 'Total: %d' % len(partition_names)
|
||||||
print '---'
|
print '---'
|
||||||
print ''
|
print ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue