mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
[processing][gdal] Fix parsing of creation options for Roughness alg
This commit is contained in:
parent
8240788799
commit
e11b7f0230
@ -108,7 +108,6 @@ class roughness(GdalAlgorithm):
|
||||
|
||||
options = self.parameterAsString(parameters, self.OPTIONS, context)
|
||||
if options:
|
||||
arguments.append('-co')
|
||||
arguments.append(options)
|
||||
arguments.extend(GdalUtils.parseCreationOptions(options))
|
||||
|
||||
return [self.commandName(), GdalUtils.escapeAndJoin(arguments)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user