Skip to content

Commit

Permalink
Update GridMetrics.py
Browse files Browse the repository at this point in the history
  • Loading branch information
spono committed Nov 12, 2015
1 parent fd9f0b5 commit 079de32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/lidar/fusion/GridMetrics.py
Expand Up @@ -105,7 +105,7 @@ def processAlgorithm(self, progress):
commands.append('/outlier:' + unicode(outlier))
first = self.getParameterValue(self.FIRST)
if first:
commands.append('/first:' + unicode(first))
commands.append('/first')
minht = self.getParameterValue(self.MINHT)
if unicode(minht).strip() != '':
commands.append('/minht:' + unicode(minht))
Expand Down

0 comments on commit 079de32

Please sign in to comment.