From 2a64509aea04c4d1ec7533a0ae612ef0104f5042 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sun, 15 Nov 2009 17:51:36 +0000 Subject: [PATCH] location id, not an object dufus Signed-off-by: Mark Hymers --- dak/import_new_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dak/import_new_files.py b/dak/import_new_files.py index de66ef22..cf4291b9 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: -- 2.39.5