From a41e7c384b6e7e52718f866d5627a2cce0645bd9 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sun, 15 Nov 2009 17:52:44 +0000 Subject: [PATCH] argh, use the forward reference, not the back one 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 cf4291b9..f33c30fb 100755 --- a/dak/import_new_files.py +++ b/dak/import_new_files.py @@ -136,7 +136,7 @@ class ImportNewFiles(object): log.critical("ERROR: Could not find %s in pool" % chg_fn) sys.exit(1) else: - chg.changeslinks.append(poolfile) + chg.poolfiles.append(poolfile) chg.files = files -- 2.39.5