mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-15 00:07:25 -05:00
[processing] more correct handling of nomodeler tag in scripts
This commit is contained in:
parent
7d4659da03
commit
7f434a0c7e
@ -130,6 +130,7 @@ class ScriptAlgorithm(GeoAlgorithm):
|
||||
return
|
||||
if line == "nomodeler":
|
||||
self.showInModeler = False
|
||||
return
|
||||
tokens = line.split('=', 1)
|
||||
desc = self.createDescriptiveName(tokens[0])
|
||||
if tokens[1].lower().strip() == 'group':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user