]> git.decadent.org.uk Git - dak.git/commitdiff
Add missing Config initialiser.
authorChris Lamb <lamby@debian.org>
Fri, 30 Oct 2009 11:54:33 +0000 (11:54 +0000)
committerChris Lamb <lamby@debian.org>
Fri, 30 Oct 2009 11:54:33 +0000 (11:54 +0000)
Signed-off-by: Chris Lamb <lamby@debian.org>
dak/make_suite_file_list.py

index 3c690a510960b42da5e9d8a36a4d9952bc7c5a84..d3b679ed5aebbe5364a15c8cf85961bd15a71d2e 100755 (executable)
@@ -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"]: