File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/plugins/processing/core Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ def execute(self, progress):
149
149
self .runPreExecutionScript (progress )
150
150
self .processAlgorithm (progress )
151
151
self .convertUnsupportedFormats (progress )
152
- self .runPostExecutionScript (progress )
152
+ self .runPostExecutionScript (progress )
153
153
except GeoAlgorithmExecutionException , gaee :
154
154
ProcessingLog .addToLog (ProcessingLog .LOG_ERROR , gaee .msg )
155
155
raise gaee
@@ -423,7 +423,7 @@ def getPostProcessingErrorMessage(self, wrongLayers):
423
423
424
424
html = "<p>Oooops! The following output layers could not be open</p><ul>\n "
425
425
for layer in wrongLayers :
426
- html += '<li>' + layer .description + ': <font size=3 face="Courier New" color="ff0000">' + layer .value + "</font></li>\n "
426
+ html += '<li>' + layer .description + ': <font size=3 face="Courier New" color="# ff0000">' + layer .value + "</font></li>\n "
427
427
html += "</ul><p>The above files could not be opened, which probably indicates that they were not correctly produced by the executed algorithm</p>"
428
428
html += "<p>Checking the log information might help you see why those layers were not created as expected</p>"
429
429
return html
You can’t perform that action at this time.
0 commit comments