From 9fd435d953d9fe70e5831671121f61b6fc728edb Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sat, 31 Oct 2009 21:36:55 +0000 Subject: [PATCH] fix variable name Signed-off-by: Mark Hymers --- daklib/queue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daklib/queue.py b/daklib/queue.py index 037ad627..95268527 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)) -- 2.39.2