mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
cebbaa656b
commit
f13f6b3b7e
@ -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…
x
Reference in New Issue
Block a user