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"
Show replies by date