bugfix: method hasParam did not return any value
This commit is contained in:
@@ -135,9 +135,9 @@ class AutoPickParameter(object):
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
for param in args:
|
for param in args:
|
||||||
test(param)
|
return test(param)
|
||||||
except TypeError:
|
except TypeError:
|
||||||
test(args)
|
return test(args)
|
||||||
|
|
||||||
def getParam(self, *args):
|
def getParam(self, *args):
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user