From: Mark Hymers Date: Sun, 15 Nov 2009 17:52:44 +0000 (+0000) Subject: argh, use the forward reference, not the back one X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=a41e7c384b6e7e52718f866d5627a2cce0645bd9;p=dak.git argh, use the forward reference, not the back one Signed-off-by: Mark Hymers --- 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