##// END OF EJS Templates
Bug fixed: pairslist -> pairsList
Daniel Valdez -
r426:3c70aa1642b4
parent child
Show More
@@ -75,7 +75,7 class ParameterConf():
75 if self.format == 'bool':
75 if self.format == 'bool':
76 value = int(value)
76 value = int(value)
77
77
78 if self.format == 'pairslist':
78 if self.format == 'pairsList':
79 """
79 """
80 Example:
80 Example:
81 value = (0,1),(1,2)
81 value = (0,1),(1,2)
General Comments 0
You need to be logged in to leave comments. Login now