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

[dak/master] fix bad merge



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

diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py
index 11bbfef..bc76fb0 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):
-- 
1.5.6.5


Reply to: