Changeset 1958


Ignore:
Timestamp:
Jan 3, 2009, 6:43:43 PM (15 years ago)
Author:
broder
Message:

Correct the incomplete fix from r1155

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-web/code/cache_acls.py

    r1709 r1958  
    1212        if e.message.startswith("fs: You don't have the required access rights on"):
    1313            groups = []
    14         raise
     14        else:
     15            raise
    1516    cell = getafsgroups.getCell(name)
    1617    ans = set()
Note: See TracChangeset for help on using the changeset viewer.