]> git.decadent.org.uk Git - dak.git/commitdiff
another merge failure
authorMark Hymers <mhy@debian.org>
Mon, 26 Oct 2009 13:38:15 +0000 (13:38 +0000)
committerMark Hymers <mhy@debian.org>
Mon, 26 Oct 2009 13:38:15 +0000 (13:38 +0000)
Signed-off-by: Mark Hymers <mhy@debian.org>
dak/process_unchecked.py

index bc76fb0bdad66c56184e693f084d6b9647a39745..a40118d4969b8f90dbdb7252ce92355f0ab8ad35 100755 (executable)
@@ -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):