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

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