mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[processing] fix GRASS provider (follow up a1642a37)
This commit is contained in:
parent
ca30d97250
commit
69e9d99c49
@ -1569,5 +1569,5 @@ def getParameterFromString(s):
|
||||
param = paramClass.fromScriptCode(s)
|
||||
if param is not None:
|
||||
return param
|
||||
except AttributeError:
|
||||
except:
|
||||
pass
|
||||
|
Loading…
x
Reference in New Issue
Block a user