From 82e7652a8c069e61409faacf61922c93cec2e789 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Mon, 26 Oct 2009 13:34:03 +0000 Subject: [PATCH] fix bad merge Signed-off-by: Mark Hymers --- dak/process_unchecked.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.39.5