Commit a25d5741 authored by bescoto's avatar bescoto

Clear self.dir_perms_list (final (?) unreadable dir change)


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@432 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 70835e69
......@@ -420,6 +420,9 @@ class CacheCollatedPostProcess:
def close(self):
"""Process the remaining elements in the cache"""
while self.cache_indicies: self.shorten_cache()
while self.dir_perms_list:
dir_rp, perms = self.dir_perms_list.pop()
dir_rp.chmod(perms)
metadata.MetadataFile.close_file()
if Globals.read_eas: eas_acls.ExtendedAttributesFile.close_file()
if Globals.read_acls: eas_acls.AccessControlListFile.close_file()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment