mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
follow up f638b3cb
This commit is contained in:
parent
f638b3cb52
commit
f3af22e16e
@ -134,7 +134,7 @@ class GdalAlgorithm(QgsProcessingAlgorithm):
|
|||||||
def commandName(self):
|
def commandName(self):
|
||||||
parameters = {}
|
parameters = {}
|
||||||
for output in self.outputDefinitions():
|
for output in self.outputDefinitions():
|
||||||
output.setValue("dummy")
|
results[output.name()] = "dummy"
|
||||||
for param in self.parameterDefinitions():
|
for param in self.parameterDefinitions():
|
||||||
parameters[param.name()] = "1"
|
parameters[param.name()] = "1"
|
||||||
name = self.getConsoleCommands(parameters)[0]
|
name = self.getConsoleCommands(parameters)[0]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user