[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master 43/50] fix variable name



Signed-off-by: Mark Hymers <mhy@debian.org>
---
 daklib/queue.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/daklib/queue.py b/daklib/queue.py
index 037ad62..9526852 100755
--- a/daklib/queue.py
+++ b/daklib/queue.py
@@ -2039,7 +2039,7 @@ distribution."""
         """
         h = Holding()
         utils.move(os.path.join(h.holding_dir, self.pkg.changes_file),
-                   queue.path, perms=int(queue.changesperms, 8))
+                   queue.path, perms=int(queue.change_perms, 8))
         for f in self.pkg.files.keys():
             utils.move(os.path.join(h.holding_dir, f), queue.path, perms=int(queue.perms, 8))
 
-- 
1.6.3.3



Reply to: