X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fimport_new_files.py;h=5b132c82d7ee2a09f2283e9da1c5272cd2274467;hb=3f76f67b9d9bf590e2b3d0aac5d015b8d52a6149;hp=cf4291b91a20f2f88308e32ca4e35d00a539595b;hpb=2a64509aea04c4d1ec7533a0ae612ef0104f5042;p=dak.git diff --git a/dak/import_new_files.py b/dak/import_new_files.py index cf4291b9..5b132c82 100755 --- a/dak/import_new_files.py +++ b/dak/import_new_files.py @@ -136,14 +136,14 @@ 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 session.commit() - + except KeyboardInterrupt: print("Caught C-c; terminating.") utils.warn("Caught C-c; terminating.")