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 c860696 commit d39bdcdCopy full SHA for d39bdcd
python/plugins/processing/algs/qgis/Relief.py
@@ -119,7 +119,10 @@ def initAlgorithm(self, config=None):
119
self.addParameter(QgsProcessingParameterRasterDestination(self.OUTPUT,
120
self.tr('Relief')))
121
self.addParameter(QgsProcessingParameterFileDestination(self.FREQUENCY_DISTRIBUTION,
122
- self.tr('Frequency distribution'), 'CSV files (*.csv)', optional=True))
+ self.tr('Frequency distribution'),
123
+ 'CSV files (*.csv)',
124
+ optional=True,
125
+ createByDefault=False))
126
127
def name(self):
128
return 'relief'
0 commit comments