Skip to content

Commit

Permalink
[processing] made lastools additional parameters optional
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed May 27, 2016
1 parent f4ca847 commit b38be6f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -303,7 +303,7 @@ def addParametersTemporaryDirectoryAsInputFilesCommands(self, commands, files):
commands.append(idir + '\\' + files)

def addParametersAdditionalGUI(self):
self.addParameter(ParameterString(LAStoolsAlgorithm.ADDITIONAL_OPTIONS, self.tr("additional command line parameter(s)")))
self.addParameter(ParameterString(LAStoolsAlgorithm.ADDITIONAL_OPTIONS, self.tr("additional command line parameter(s)")), optional=True)

def addParametersAdditionalCommands(self, commands):
additional_options = self.getParameterValue(LAStoolsAlgorithm.ADDITIONAL_OPTIONS).split()
Expand Down

0 comments on commit b38be6f

Please sign in to comment.