Skip to content
Snippets Groups Projects
Commit 82b28e06 authored by Alexia Mondot's avatar Alexia Mondot Committed by Guillaume Pasero
Browse files

BUG: typo with SetParameterStringList

parent 3d8ddf16
Branches
Tags
1 merge request!16Param dict python
......@@ -522,7 +522,7 @@ class ApplicationProxy(object):
elif paramType in [ParameterType_InputImageList, ParameterType_InputVectorDataList,
ParameterType_InputFilenameList, ParameterType_StringList,
ParameterType_ListView]:
return self.setParameterStringList(paramKey, value)
return self.SetParameterStringList(paramKey, value)
elif paramType in [ParameterType_Int, ParameterType_Radius]:
return self.SetParameterInt(paramKey, value)
elif paramType in [ParameterType_Float]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment