]> git.decadent.org.uk Git - dak.git/commitdiff
argh, use the forward reference, not the back one
authorMark Hymers <mhy@debian.org>
Sun, 15 Nov 2009 17:52:44 +0000 (17:52 +0000)
committerMark Hymers <mhy@debian.org>
Sun, 15 Nov 2009 17:52:44 +0000 (17:52 +0000)
Signed-off-by: Mark Hymers <mhy@debian.org>
dak/import_new_files.py

index cf4291b91a20f2f88308e32ca4e35d00a539595b..f33c30fb0bf20bf4a91d877d05b1312298fb2703 100755 (executable)
@@ -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