From 4f388f061e9e266474ba4a91c54e27e6b0907855 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Mon, 26 Oct 2009 13:38:15 +0000 Subject: [PATCH] another merge failure Signed-off-by: Mark Hymers --- dak/process_unchecked.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index bc76fb0b..a40118d4 100755 --- a/dak/process_unchecked.py +++ b/dak/process_unchecked.py @@ -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): -- 2.39.2