We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9f0b5 commit 079de32Copy full SHA for 079de32
python/plugins/processing/algs/lidar/fusion/GridMetrics.py
@@ -105,7 +105,7 @@ def processAlgorithm(self, progress):
105
commands.append('/outlier:' + unicode(outlier))
106
first = self.getParameterValue(self.FIRST)
107
if first:
108
- commands.append('/first:' + unicode(first))
+ commands.append('/first')
109
minht = self.getParameterValue(self.MINHT)
110
if unicode(minht).strip() != '':
111
commands.append('/minht:' + unicode(minht))
0 commit comments