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

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Mon Jul 26 09:39:23 EDT 2010


Author: eallen
Date: 2010-07-26 09:39:22 -0400 (Mon, 26 Jul 2010)
New Revision: 4146

Modified:
   mgmt/newdata/cumin/python/cumin/model.py
Log:
Removed entry for !!descriptors from job meta data since it is suppressed

Modified: mgmt/newdata/cumin/python/cumin/model.py
===================================================================
--- mgmt/newdata/cumin/python/cumin/model.py	2010-07-22 20:43:09 UTC (rev 4145)
+++ mgmt/newdata/cumin/python/cumin/model.py	2010-07-26 13:39:22 UTC (rev 4146)
@@ -1413,10 +1413,6 @@
         prop.group = "Condor Info"
         prop.writable = False
 
-        prop = DictAdProperty(self, "!!descriptors")
-        prop.group = "Condor Info"
-        prop.writable = False
-
         ### Command Info Group
         prop = AdProperty(self, "Args")
         prop.description = "Arguments passed to job Cmd"



More information about the rhmessaging-commits mailing list