mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
parent
73f184e2e8
commit
c54cd92f81
@ -212,7 +212,7 @@ class ScriptAlgorithm(GeoAlgorithm):
|
||||
elif tokens[1].lower().strip().startswith('output file'):
|
||||
out = OutputFile()
|
||||
subtokens = tokens[1].split(' ')
|
||||
if len(subtokens > 2):
|
||||
if len(subtokens) > 2:
|
||||
out.ext = subtokens[2]
|
||||
elif tokens[1].lower().strip().startswith('output directory'):
|
||||
out = OutputDirectory()
|
||||
|
Loading…
x
Reference in New Issue
Block a user