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

[dak/master] argh, use the forward reference, not the back one



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 cf4291b..f33c30f 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
-- 
1.6.3.3


Reply to: