svn path=/trunk/packages/invirt-web/; revision=1986
groups = getafsgroups.getLockerAcl(name)
except getafsgroups.AfsProcessError, e:
if e.message.startswith("fs: You don't have the required access rights on"):
groups = getafsgroups.getLockerAcl(name)
except getafsgroups.AfsProcessError, e:
if e.message.startswith("fs: You don't have the required access rights on"):
+ return []
+ elif e.message.endswith("doesn't exist\n"):
+ # presumably deactivated
+ return []
else:
raise
cell = getafsgroups.getCell(name)
else:
raise
cell = getafsgroups.getCell(name)