X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-afs.git/blobdiff_plain/c7607e2c1d074431922b99adb8b83c3fa8c16ae7..4af97584e2401ec114fbbd846a46700613d50a15:/afs/acl.py diff --git a/afs/acl.py b/afs/acl.py index da0821f..713d5b8 100644 --- a/afs/acl.py +++ b/afs/acl.py @@ -81,7 +81,7 @@ class ACL(object): self.pos = pos self.neg = neg @staticmethod - def retrieve(dir, follow=1): + def retrieve(dir, follow=True): """Retrieve the ACL for an AFS directory""" pos, neg = _parseAcl(_acl.getAcl(dir, follow)) return ACL(pos, neg)