Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[processing] made lastools additional parameters optional
- Loading branch information
|
@@ -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() |
|
|