On Fri, Sep 18, 2009 at 11:15:17AM +0200, Martin Langhoff wrote: > On Fri, Sep 18, 2009 at 10:58 AM, James Cameron <[email protected]> wrote: > > I can't find any evidence that this logic has been retained ... looked > > in git://git.sugarlabs.org/sugar/mainline.git and > > git://git.sugarlabs.org/sugar-datastore/mainline.git > > Well, this sounds promising-- but I am definitely not familiar w the > codebase, so it'd be good to hear from Aleksey > > in src/carquinyol/datastore.py > > except Exception: > logging.exception('Failed to open index, will rebuild') > layout_manager.index_updated = False > self._index_store.remove_index() > self._index_store.open_index()
Thats just recreating index, not DS data itself so, we dont lose any data. -- Aleksey _______________________________________________ Sugar-devel mailing list [email protected] http://lists.sugarlabs.org/listinfo/sugar-devel

