Skip to content

Commit

Permalink
[processing] fix GRASS provider (follow up a1642a3)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Dec 29, 2016
1 parent ca30d97 commit 69e9d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/core/parameters.py
Expand Up @@ -1569,5 +1569,5 @@ def getParameterFromString(s):
param = paramClass.fromScriptCode(s)
if param is not None:
return param
except AttributeError:
except:
pass

0 comments on commit 69e9d99

Please sign in to comment.