Show
Ignore:
Timestamp:
09/27/06 17:23:15 (2 years ago)
Author:
atchertchian
Message:

use real rpath instead of physical path list because unrestrictedTraverse does not traverse correctly path like (, 'cps', 'workspaces', 'document', 'archivedRevision/00.01')

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • CPS4/products/CPSCore/trunk/IndexationManager.py

    r48557 r49234  
    141141        # FIXME: do better, by treating also indexObject/unindexObject 
    142142        root = ob.getPhysicalRoot() 
    143         path = ob.getPhysicalPath(
     143        path = '/'.join(ob.getPhysicalPath()
    144144        old_ob = ob 
    145145        ob = root.unrestrictedTraverse(path, None)