Changeset 178

Show
Ignore:
Timestamp:
03/05/09 15:00:52 (15 years ago)
Author:
broder
Message:

If the "ro" path you come up with is actually a rw path, don't add
another dot.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/source/pyhesiodfs/pyHesiodFS.py

    r177 r178  
    177177        elif name.startswith('.'): 
    178178            ro = self.findLocker(name[1:]) 
    179             if ro is None
     179            if ro is None or ro.startswith('/afs/.')
    180180                return 
    181181            else: