Skip to content

Commit f3af22e

Browse files
committed
follow up f638b3c
1 parent f638b3c commit f3af22e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/gdal/GdalAlgorithm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def helpUrl(self):
134134
def commandName(self):
135135
parameters = {}
136136
for output in self.outputDefinitions():
137-
output.setValue("dummy")
137+
results[output.name()] = "dummy"
138138
for param in self.parameterDefinitions():
139139
parameters[param.name()] = "1"
140140
name = self.getConsoleCommands(parameters)[0]

0 commit comments

Comments
 (0)