Author: justi9
Date: 2010-07-28 09:19:01 -0400 (Wed, 28 Jul 2010)
New Revision: 4158
Modified:
mgmt/newdata/mint/python/mint/update.py
Log:
Repair agent reference
Modified: mgmt/newdata/mint/python/mint/update.py
===================================================================
--- mgmt/newdata/mint/python/mint/update.py 2010-07-28 13:13:54 UTC (rev 4157)
+++ mgmt/newdata/mint/python/mint/update.py 2010-07-28 13:19:01 UTC (rev 4158)
@@ -519,7 +519,7 @@
class AgentDelete(AgentUpdate):
def do_process(self, cursor, stats):
try:
- agent = self.model.get_agent(qmf_agent)
+ agent = self.model.get_agent(self.qmf_agent)
except KeyError:
raise UpdateDropped()
Show replies by date