[rhmessaging-commits] rhmessaging commits: r4173 - mgmt/newdata/cumin/python/cumin.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Fri Jul 30 14:11:04 EDT 2010


Author: eallen
Date: 2010-07-30 14:11:03 -0400 (Fri, 30 Jul 2010)
New Revision: 4173

Modified:
   mgmt/newdata/cumin/python/cumin/OpenFlashChart.py
Log:
Fix error in json output when both CJSON and JJSON are missing

Modified: mgmt/newdata/cumin/python/cumin/OpenFlashChart.py
===================================================================
--- mgmt/newdata/cumin/python/cumin/OpenFlashChart.py	2010-07-30 14:00:13 UTC (rev 4172)
+++ mgmt/newdata/cumin/python/cumin/OpenFlashChart.py	2010-07-30 18:11:03 UTC (rev 4173)
@@ -85,7 +85,8 @@
             return str(attributes).\
                 replace("': u'", "': '").\
                 replace(": True,", ": true,").\
-                replace(": False,", ": false,")
+                replace(": False,", ": false,").\
+                replace("L, ", ", ")
 
 
 class Element(Chart):



More information about the rhmessaging-commits mailing list