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

[dak/master] another merge failure



Signed-off-by: Mark Hymers <mhy@debian.org>
---
 dak/process_unchecked.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py
index bc76fb0..a40118d 100755
--- a/dak/process_unchecked.py
+++ b/dak/process_unchecked.py
@@ -123,6 +123,8 @@ def usage (exit_code=0):
 ################################################################################
 
 def action(u):
+    cnf = Config()
+
     # changes["distribution"] may not exist in corner cases
     # (e.g. unreadable changes files)
     if not u.pkg.changes.has_key("distribution") or not isinstance(u.pkg.changes["distribution"], DictType):
-- 
1.5.6.5


Reply to: