mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[processing] allow blank spaces in script parameters definition
This commit is contained in:
parent
f4e95c4261
commit
1093866241
@ -247,7 +247,9 @@ class ScriptAlgorithm(GeoAlgorithm):
|
||||
ns = {}
|
||||
ns['progress'] = progress
|
||||
|
||||
print self.parameters
|
||||
for param in self.parameters:
|
||||
print param.name
|
||||
ns[param.name] = param.value
|
||||
|
||||
for out in self.outputs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user