X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fqueue.py;h=72804059ce940f307477060787758ab7e2d82d38;hb=b88d46698791eaa01a5ef7146ad44be33f8efa99;hp=d3119c06262854874e7a745ff65b868428ca205d;hpb=48b54c2373b0ef0b94cad4abba7ffb532bb1ce21;p=dak.git 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