Modified: CalendarServer/branches/users/glyph/uuid-normalize/txdav/common/datastore/sql.py (9295 => 9296)
--- CalendarServer/branches/users/glyph/uuid-normalize/txdav/common/datastore/sql.py 2012-05-24 20:34:35 UTC (rev 9295)
+++ CalendarServer/branches/users/glyph/uuid-normalize/txdav/common/datastore/sql.py 2012-05-24 20:34:39 UTC (rev 9296)
@@ -4225,6 +4225,7 @@
else:
log.msg("No potentially denormalized UUIDs detected, "
"skipping normalization upgrade.")
+ yield t.abort()
returnValue(None)
try:
yield _normalizeHomeUUIDsIn(t, ECALENDARTYPE)