From: Joerg Jaspert Date: Mon, 21 Dec 2009 21:54:23 +0000 (+0100) Subject: Its dest_file and Dir. damnit X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b88d46698791eaa01a5ef7146ad44be33f8efa99;p=dak Its dest_file and Dir. damnit Signed-off-by: Joerg Jaspert --- diff --git a/daklib/queue.py b/daklib/queue.py index d3119c06..72804059 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -2081,11 +2081,11 @@ distribution.""" # File exists? Let's find a new name by adding a number if e.errno == errno.EEXIST: try: - dest_file = utils.find_next_free(morgue_file, 255) + dest_file = utils.find_next_free(dest_file, 255) except NoFreeFilenameError: # Something's either gone badly Pete Tong, or # someone is trying to exploit us. - utils.warn("**WARNING** failed to find a free filename for %s in %s." % (file_entry, cnf["Fir::Queue::Reject"])) + utils.warn("**WARNING** failed to find a free filename for %s in %s." % (file_entry, cnf["Dir::Queue::Reject"])) return # Make sure we really got it