Title: [commits] (vajda) [11280] - added 'repair' argument to ItemValue._check()
Revision
11280
Author
vajda
Date
2006-07-31 08:22:17 -0700 (Mon, 31 Jul 2006)

Log Message

- added 'repair' argument to ItemValue._check()
- version 0.6-34

Modified Paths

Diff

Modified: trunk/internal/chandlerdb/Makefile (11279 => 11280)

--- trunk/internal/chandlerdb/Makefile	2006-07-29 00:36:42 UTC (rev 11279)
+++ trunk/internal/chandlerdb/Makefile	2006-07-31 15:22:17 UTC (rev 11280)
@@ -1,5 +1,5 @@
 
-RELVER=0.6-$(BRANCH_REV_PREFIX)33
+RELVER=0.6-$(BRANCH_REV_PREFIX)34
 CHANDLERDB=$(INTERNAL)/chandlerdb
 DB_VER=4.4
 SRC=""

Modified: trunk/internal/chandlerdb/chandlerdb/item/ItemValue.py (11279 => 11280)

--- trunk/internal/chandlerdb/chandlerdb/item/ItemValue.py	2006-07-29 00:36:42 UTC (rev 11279)
+++ trunk/internal/chandlerdb/chandlerdb/item/ItemValue.py	2006-07-31 15:22:17 UTC (rev 11280)
@@ -77,7 +77,7 @@
 
         raise NotImplementedError, '%s._clone' %(type(self))
 
-    def _check(self, logger, item, attribute):
+    def _check(self, logger, item, attribute, repair):
 
         if not (item is self._item and attribute == self._attribute):
             logger.error('Value %s of type %s in attribute %s on %s is owned by  attribute %s on %s', self, type(self), attribute, item._repr_(), self._attribute, self._item)




_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to