Skip to content

Commit

Permalink
[processing] Don't hide errors when resolving script paramters
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Dec 21, 2016
1 parent 932de2a commit 2af00be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/plugins/processing/core/parameters.py
Expand Up @@ -1554,5 +1554,3 @@ def getParameterFromString(s):
return param
except AttributeError:
pass
except:
return None

0 comments on commit 2af00be

Please sign in to comment.