mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 07:33:12 +02:00
...
This commit is contained in:
parent
cebbaa656b
commit
f13f6b3b7e
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ def test_plugins():
|
|||
bad.append((name, err))
|
||||
if bad:
|
||||
for name, err in bad:
|
||||
print ('Failed to load plugin:', name, 'with error:\n', err)
|
||||
print ('Failed to load plugin:', name, 'with error:\n', err, '\n')
|
||||
raise SystemExit(1)
|
||||
print ('Loaded all plugins successfully!')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue