more details on hack in comment
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 27 Oct 2011 08:26:25 +0000 (10:26 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 27 Oct 2011 08:26:25 +0000 (10:26 +0200)
sfa/plc/api.py

index 4ce2f9e..02d571a 100644 (file)
@@ -583,7 +583,9 @@ class SfaAPI(BaseAPI):
         else:
             oldList = []     
         newList = record.get(listName, [])
-        # ugly hack to see what's next
+        # xxx ugly hack - somehow we receive here a list of {'text':value} 
+        # instead of an expected list of strings
+        # please remove once this is issue is cleanly fixed
         def normalize (value):
             from types import StringTypes
             from sfa.util.sfalogging import logger