projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b22b86d
)
Correct the incomplete fix from r1155
author
Evan Broder
<broder@mit.edu>
Sat, 3 Jan 2009 23:43:43 +0000
(18:43 -0500)
committer
Evan Broder
<broder@mit.edu>
Sat, 3 Jan 2009 23:43:43 +0000
(18:43 -0500)
svn path=/trunk/packages/invirt-web/; revision=1958
code/cache_acls.py
patch
|
blob
|
history
diff --git
a/code/cache_acls.py
b/code/cache_acls.py
index
7634b7e
..
8cd6977
100644
(file)
--- a/
code/cache_acls.py
+++ b/
code/cache_acls.py
@@
-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 = []
- raise
+ else:
+ raise
cell = getafsgroups.getCell(name)
ans = set()
for group in groups: