Correct the incomplete fix from r1155
[invirt/packages/invirt-web.git] / code / cache_acls.py
index 7634b7e..8cd6977 100644 (file)
@@ -11,7 +11,8 @@ def expandLocker(name):
     except getafsgroups.AfsProcessError, e:
         if e.message.startswith("fs: You don't have the required access rights on"):
             groups = []
     except getafsgroups.AfsProcessError, e:
         if e.message.startswith("fs: You don't have the required access rights on"):
             groups = []
-        raise
+        else:
+            raise
     cell = getafsgroups.getCell(name)
     ans = set()
     for group in groups:
     cell = getafsgroups.getCell(name)
     ans = set()
     for group in groups: