[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master 10/11] Add missing Config initialiser.



Signed-off-by: Chris Lamb <lamby@debian.org>
---
 dak/make_suite_file_list.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dak/make_suite_file_list.py b/dak/make_suite_file_list.py
index 3c690a5..d3b679e 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"]:
-- 
1.6.3.3



Reply to: