[processing] more correct handling of nomodeler tag in scripts

This commit is contained in:
Victor Olaya 2014-06-10 22:37:43 +02:00
parent 7d4659da03
commit 7f434a0c7e

View File

@ -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':