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

[dak/master 07/11] Add missing configuration initialiser.



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

diff --git a/dak/check_archive.py b/dak/check_archive.py
index ceb8cb6..b9837d3 100755
--- a/dak/check_archive.py
+++ b/dak/check_archive.py
@@ -475,6 +475,7 @@ def chk_bd_process_dir (unused, dirname, filenames):
 
 def check_build_depends():
     """ Validate build-dependencies of .dsc files in the archive """
+    cnf = Config()
     os.path.walk(cnf["Dir::Root"], chk_bd_process_dir, None)
 
 ################################################################################
-- 
1.6.3.3



Reply to: