From 53b1ea6471352779be349f2724341981ddb0f7c1 Mon Sep 17 00:00:00 2001 From: Mike O'Connor Date: Fri, 13 Mar 2009 12:35:36 -0400 Subject: [PATCH] full path to deb to copy_pending_contents Signed-off-by: Mike O'Connor --- dak/process_accepted.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dak/process_accepted.py b/dak/process_accepted.py index c30e9c49..64679c13 100755 --- a/dak/process_accepted.py +++ b/dak/process_accepted.py @@ -390,7 +390,7 @@ def install (): suite_id = database.get_suite_id(suite) projectB.query("INSERT INTO bin_associations (suite, bin) VALUES (%d, currval('binaries_id_seq'))" % (suite_id)) - if not database.copy_temporary_contents(package, version, files[newfile], reject): + if not database.copy_temporary_contents(package, version, filename, reject): reject("Missing contents for package") orig_tar_id = Upload.pkg.orig_tar_id -- 2.39.2