Skip to content

Commit e9e4954

Browse files
author
Giovanni Manghi
committedFeb 9, 2016
Processing: remove wrong/non mandatory default extent for raster analysis
1 parent d11c689 commit e9e4954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/algs/saga/SagaAlgorithm212.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def defineCharacteristicsFromFile(self):
102102
# An extent parameter that wraps 4 SAGA numerical parameters
103103
self.extentParamNames = line[6:].strip().split(' ')
104104
self.addParameter(ParameterExtent(self.OUTPUT_EXTENT,
105-
'Output extent', '0,1,0,1'))
105+
'Output extent', ''))
106106
else:
107107
self.addOutput(getOutputFromString(line))
108108
line = lines.readline().strip('\n').strip()

0 commit comments

Comments
 (0)
Please sign in to comment.