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

[dak/master] location id, not an object dufus



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 de66ef2..cf4291b 100755
--- a/dak/import_new_files.py
+++ b/dak/import_new_files.py
@@ -122,7 +122,7 @@ class ImportNewFiles(object):
                         found, poolfile = check_poolfile(os.path.join(poolname, chg_fn),
                                                          u.pkg.files[chg_fn]['size'],
                                                          u.pkg.files[chg_fn]["md5sum"],
-                                                         l,
+                                                         l.location_id,
                                                          session=session)
 
                         if found is None:
-- 
1.6.3.3


Reply to: