[processing] fix GRASS provider (follow up a1642a37)

This commit is contained in:
Alexander Bruy 2016-12-29 14:09:02 +02:00
parent ca30d97250
commit 69e9d99c49

View File

@ -1569,5 +1569,5 @@ def getParameterFromString(s):
param = paramClass.fromScriptCode(s)
if param is not None:
return param
except AttributeError:
except:
pass