X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_unchecked.py;h=7ff9a0f34bef9ae21bd5aa9953d5f8ede986d461;hb=9cf0783e39649ce2010c1f3fb2ebb6a9f5ab7f65;hp=6734702569052746cc87299f7b87cafd696dd7ae;hpb=762067cb0a832534b5b421d145e9d4926c2687ad;p=dak.git diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index 67347025..7ff9a0f3 100755 --- a/dak/process_unchecked.py +++ b/dak/process_unchecked.py @@ -59,6 +59,7 @@ from daklib.dak_exceptions import * from daklib.regexes import re_default_answer from daklib.summarystats import SummaryStats from daklib.holding import Holding +from daklib.config import Config from types import * @@ -90,7 +91,7 @@ def init(): "override-distribution", "version", "directory"]: cnf["Dinstall::Options::%s" % (i)] = "" - changes_files = apt_pkg.ParseCommandLine(cnf, Arguments, sys.argv) + changes_files = apt_pkg.ParseCommandLine(cnf.Cnf, Arguments, sys.argv) Options = cnf.SubTree("Dinstall::Options") if Options["Help"]: