forked from openlp/openlp
pep8
This commit is contained in:
parent
588fc947c3
commit
fb978fca99
@ -169,8 +169,7 @@ class PluginManager(RegistryBase, LogMixin, RegistryProperties):
|
|||||||
self.log_exception('Unable to initialise plugin {plugin}'.format(plugin=plugin.name))
|
self.log_exception('Unable to initialise plugin {plugin}'.format(plugin=plugin.name))
|
||||||
display_text = ''
|
display_text = ''
|
||||||
if uninitialised_plugins:
|
if uninitialised_plugins:
|
||||||
display_text = translate('OpenLP.PluginManager',
|
display_text = translate('OpenLP.PluginManager', 'Unable to initialise the following plugins:') + \
|
||||||
'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:
|
||||||
|
Loading…
Reference in New Issue
Block a user