From: Mark Hymers <mhy@debian.org>
Date: Mon, 26 Oct 2009 13:34:03 +0000 (+0000)
Subject: fix bad merge
X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=82e7652a8c069e61409faacf61922c93cec2e789;p=dak.git

fix bad merge

Signed-off-by: Mark Hymers <mhy@debian.org>
---

diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py
index 11bbfef9..bc76fb0b 100755
--- a/dak/process_unchecked.py
+++ b/dak/process_unchecked.py
@@ -122,7 +122,7 @@ def usage (exit_code=0):
 
 ################################################################################
 
-def action ():
+def action(u):
     # 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):