forked from openlp/openlp
Added a generic except to catch other UNO problems.
Fixes: https://launchpad.net/bugs/987568
This commit is contained in:
parent
715e9b50a7
commit
ad84097547
@ -77,6 +77,8 @@ try:
|
||||
UNO_VERSION = node.getByName(u'ooSetupVersion')
|
||||
except ImportError:
|
||||
UNO_VERSION = u'-'
|
||||
except:
|
||||
UNO_VERSION = u'- (Possible non-standard UNO installation)'
|
||||
try:
|
||||
WEBKIT_VERSION = QtWebKit.qWebKitVersion()
|
||||
except AttributeError:
|
||||
|
Loading…
Reference in New Issue
Block a user