mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
[processing] convert messages to unicode (fix #14286)
This commit is contained in:
parent
bcded3c2d4
commit
61a92e2fac
@ -333,7 +333,7 @@ class Processing:
|
||||
|
||||
msg = alg._checkParameterValuesBeforeExecuting()
|
||||
if msg:
|
||||
print 'Unable to execute algorithm\n' + msg
|
||||
print 'Unable to execute algorithm\n' + unicode(msg)
|
||||
QgsMessageLog.logMessage(Processing.tr('Unable to execute algorithm\n{0}').format(msg), Processing.tr("Processing"))
|
||||
return
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user