HBTreeFolder2: fix _fixCount(), add dry_run=0 argument
Since commit 055d0a69 ("HBTreeFolder2: make object{Ids,Values,Items} really lazy"), _fixCount() does nothing because objectIds() was optimized in a way that len(self.objectIds()) already returns self._count()
Showing
Please register or sign in to comment