[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] use queue path



Signed-off-by: Mark Hymers <mhy@debian.org>
---
 dak/import_new_files.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/import_new_files.py b/dak/import_new_files.py
index 8e1958b..6cae2f0 100755
--- a/dak/import_new_files.py
+++ b/dak/import_new_files.py
@@ -86,7 +86,7 @@ class ImportNewFiles(object):
 
                 files=[]
                 for chg_fn in u.pkg.files.keys():
-                    f = open(chg_fn)
+                    f = open(os.path.join(newq.path, chg_fn))
                     cpf = ChangePendingFile()
                     cpf.filename = chg_fn
                     cpf.size = u.pkg.files[chg_fn]['size']
-- 
1.6.3.3


Reply to: