mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Processing: remove wrong/non mandatory default extent for raster analysis
This commit is contained in:
parent
d11c689eea
commit
e9e4954c58
@ -102,7 +102,7 @@ class SagaAlgorithm212(GeoAlgorithm):
|
||||
# An extent parameter that wraps 4 SAGA numerical parameters
|
||||
self.extentParamNames = line[6:].strip().split(' ')
|
||||
self.addParameter(ParameterExtent(self.OUTPUT_EXTENT,
|
||||
'Output extent', '0,1,0,1'))
|
||||
'Output extent', ''))
|
||||
else:
|
||||
self.addOutput(getOutputFromString(line))
|
||||
line = lines.readline().strip('\n').strip()
|
||||
|
Loading…
x
Reference in New Issue
Block a user