forked from openlp/openlp
pep8
This commit is contained in:
parent
fb978fca99
commit
5299cc27f5
@ -170,7 +170,7 @@ class PluginManager(RegistryBase, LogMixin, RegistryProperties):
|
|||||||
display_text = ''
|
display_text = ''
|
||||||
if uninitialised_plugins:
|
if uninitialised_plugins:
|
||||||
display_text = translate('OpenLP.PluginManager', 'Unable to initialise the following plugins:') + \
|
display_text = translate('OpenLP.PluginManager', 'Unable to initialise the following plugins:') + \
|
||||||
'\n\n'.join(uninitialised_plugins) + '\n\n'
|
'\n\n'.join(uninitialised_plugins) + '\n\n'
|
||||||
error_text = State().get_text()
|
error_text = State().get_text()
|
||||||
if error_text:
|
if error_text:
|
||||||
display_text = display_text + error_text + '\n'
|
display_text = display_text + error_text + '\n'
|
||||||
|
Loading…
Reference in New Issue
Block a user