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