Author: justi9
Date: 2007-11-27 18:31:31 -0500 (Tue, 27 Nov 2007)
New Revision: 1379
Modified:
mgmt/mint/python/mint/__init__.py
Log:
One more little fix for the statsCurr attr rename.
Modified: mgmt/mint/python/mint/__init__.py
===================================================================
--- mgmt/mint/python/mint/__init__.py 2007-11-27 23:19:28 UTC (rev 1378)
+++ mgmt/mint/python/mint/__init__.py 2007-11-27 23:31:31 UTC (rev 1379)
@@ -113,7 +113,7 @@
d = dict()
if (timestamps[2] != 0):
d["deletionTime"] = datetime.fromtimestamp(timestamps[2]/1000000000)
- d["statsPrev"] = obj.stats
+ d["statsPrev"] = obj.statsCurr
d["statsCurr"] = objStats
obj.set(**d)
self.log("END INST---------------------------------------------------\n")
Show replies by date