added parameters tab to TuneAutopicker widget. Enabled direct call of autoPyLoT with AP-Settings object
This commit is contained in:
@@ -117,7 +117,7 @@ class AutoPickParameter(object):
|
||||
|
||||
# Boolean test
|
||||
def __nonzero__(self):
|
||||
return self.__parameter
|
||||
return bool(self.__parameter)
|
||||
|
||||
def __getitem__(self, key):
|
||||
return self.__parameter[key]
|
||||
|
||||
Reference in New Issue
Block a user