Changeset 1986


Ignore:
Timestamp:
Jan 22, 2009, 2:31:33 AM (15 years ago)
Author:
price
Message:

null acl for missing lockers, rather than error

File:
1 edited

Legend:

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

    r1958 r1986  
    1111    except getafsgroups.AfsProcessError, e:
    1212        if e.message.startswith("fs: You don't have the required access rights on"):
    13             groups = []
     13            return []
     14        elif e.message.endswith("doesn't exist\n"):
     15            # presumably deactivated
     16            return []
    1417        else:
    1518            raise
Note: See TracChangeset for help on using the changeset viewer.