From 1488bae4c3d6d908aa78ee9da6ad212b170143e7 Mon Sep 17 00:00:00 2001 From: Plamen Dimitrov Date: Wed, 11 Jul 2012 12:48:21 +0200 Subject: [PATCH] Additional fix from the previous refactoring --- src/file_iterator.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/file_iterator.py b/src/file_iterator.py index 7cfc42c..edf6be7 100644 --- a/src/file_iterator.py +++ b/src/file_iterator.py @@ -86,7 +86,7 @@ class FileIterator: aclstr = acldata[2] acls[acldata[0]] = acldata[1] - self.acl_mailboxes[key] = acls + self.file_acls[key] = acls except IOError: logging.warning("Could not open mboxlist file %s", mboxlistfile) -- 1.7.1