From 3c70aa1642b47eb0eb115e5b1dba79d6866d6002 2013-10-28 19:06:02 From: Daniel Valdez Date: 2013-10-28 19:06:02 Subject: [PATCH] Bug fixed: pairslist -> pairsList --- diff --git a/schainpy/controller.py b/schainpy/controller.py index 1a76de3..2fe8625 100644 --- a/schainpy/controller.py +++ b/schainpy/controller.py @@ -75,7 +75,7 @@ class ParameterConf(): if self.format == 'bool': value = int(value) - if self.format == 'pairslist': + if self.format == 'pairsList': """ Example: value = (0,1),(1,2)