This commit is contained in:
Kovid Goyal 2014-09-19 11:46:44 +05:30
parent cebbaa656b
commit f13f6b3b7e

View File

@ -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!')