Author: justi9
Date: 2010-10-15 10:49:44 -0400 (Fri, 15 Oct 2010)
New Revision: 4387
Modified:
mgmt/trunk/mint/python/mint/update.py
Log:
For bz 643384, fix unexpected exception path in Update.process
Modified: mgmt/trunk/mint/python/mint/update.py
===================================================================
--- mgmt/trunk/mint/python/mint/update.py 2010-10-15 12:38:27 UTC (rev 4386)
+++ mgmt/trunk/mint/python/mint/update.py 2010-10-15 14:49:44 UTC (rev 4387)
@@ -191,10 +191,6 @@
# XXX UpdateCommitted
except UpdateDropped:
thread.stats.dropped += 1
- except UpdateException, e:
- log.exception("Update could not be completed")
-
- thread.conn.rollback()
except:
log.exception("Update failed")
Show replies by date