Skip to content

Commit

Permalink
Processing: remove wrong/non mandatory default extent for raster anal…
Browse files Browse the repository at this point in the history
…ysis
  • Loading branch information
Giovanni Manghi committed Feb 9, 2016
1 parent d11c689 commit e9e4954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/saga/SagaAlgorithm212.py
Expand Up @@ -102,7 +102,7 @@ def defineCharacteristicsFromFile(self):
# 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()
Expand Down

0 comments on commit e9e4954

Please sign in to comment.