Update weboob_lint
This commit is contained in:
parent
9370b2fae7
commit
ac5b410b0d
1 changed files with 2 additions and 2 deletions
|
|
@ -22,6 +22,6 @@ for name, backend in weboob.modules_loader.loaded.iteritems():
|
|||
backends_without_icons.append(name)
|
||||
|
||||
if backends_without_tests:
|
||||
print 'Backends without tests: %s' % backends_without_tests
|
||||
print 'Modules without tests: %s' % backends_without_tests
|
||||
if backends_without_icons:
|
||||
print 'Backends without icons: %s' % backends_without_icons
|
||||
print 'Modules without icons: %s' % backends_without_icons
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue