We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11b5092 commit b05fb0bCopy full SHA for b05fb0b
python/plugins/processing/gui/Postprocessing.py
@@ -60,6 +60,7 @@ def handleAlgorithmResults(alg, progress=None, showResults=True):
60
if isinstance(out, (OutputRaster, OutputVector, OutputTable)):
61
try:
62
if out.layer is not None:
63
+ out.layer.setLayerName(out.description)
64
QgsMapLayerRegistry.instance().addMapLayers([out.layer])
65
else:
66
if ProcessingConfig.getSetting(
0 commit comments