Changeset 1986
- Timestamp:
- Jan 22, 2009, 2:31:33 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-web/code/cache_acls.py
r1958 r1986 11 11 except getafsgroups.AfsProcessError, e: 12 12 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 [] 14 17 else: 15 18 raise
Note: See TracChangeset
for help on using the changeset viewer.