From: Chris Lamb Date: Fri, 30 Oct 2009 11:54:33 +0000 (+0000) Subject: Add missing Config initialiser. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=888c2f04c082f739bf3f448a78169f2b8fcea759;p=dak Add missing Config initialiser. Signed-off-by: Chris Lamb --- diff --git a/dak/make_suite_file_list.py b/dak/make_suite_file_list.py index 3c690a51..d3b679ed 100755 --- a/dak/make_suite_file_list.py +++ b/dak/make_suite_file_list.py @@ -309,6 +309,8 @@ def write_filelists(packages, dislocated_files, session): ################################################################################ def do_da_do_da(): + cnf = Config() + # If we're only doing a subset of suites, ensure we do enough to # be able to do arch: all mapping. if Options["Suite"]: