Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] add output extent to scripts (refs #11781)
  • Loading branch information
alexbruy committed May 28, 2016
1 parent e60ed05 commit 3d95712
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/plugins/processing/script/ScriptAlgorithm.py
Expand Up @@ -293,6 +293,8 @@ def processOutputParameterToken(self, token):
out = OutputNumber()
elif token.lower().strip().startswith('string'):
out = OutputString()
elif token.lower().strip().startswith('extent'):
out = OutputExtent()

return out

Expand Down

0 comments on commit 3d95712

Please sign in to comment.