From: Mark Hymers Date: Sat, 31 Oct 2009 21:36:55 +0000 (+0000) Subject: fix variable name X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=9fd435d953d9fe70e5831671121f61b6fc728edb;p=dak.git fix variable name Signed-off-by: Mark Hymers --- 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))