Skip to content

Commit 079de32

Browse files
committed
Update GridMetrics.py
1 parent fd9f0b5 commit 079de32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/lidar/fusion/GridMetrics.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def processAlgorithm(self, progress):
105105
commands.append('/outlier:' + unicode(outlier))
106106
first = self.getParameterValue(self.FIRST)
107107
if first:
108-
commands.append('/first:' + unicode(first))
108+
commands.append('/first')
109109
minht = self.getParameterValue(self.MINHT)
110110
if unicode(minht).strip() != '':
111111
commands.append('/minht:' + unicode(minht))

0 commit comments

Comments
 (0)