X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fqueue.py;h=9526852734c01a071eef2b3a901f90cc2bafcc63;hb=2e3bbd0053889a006a5b03c99f8cc2d2637d0d1e;hp=037ad62773991da4a518b564ffd878e445aab083;hpb=2552cfb85bc79f94827f746e6e42ed2e724d599a;p=dak.git 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))