X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_unchecked.py;h=a40118d4969b8f90dbdb7252ce92355f0ab8ad35;hb=689f597c251aa4e08e0e9980e4a80c1e3172c5c9;hp=cae48a7ee0c54647be58048d3d142ef8dc5b898e;hpb=e5bc2ba431479ae554743e6d877ecac021a059c6;p=dak.git diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index cae48a7e..a40118d4 100755 --- a/dak/process_unchecked.py +++ b/dak/process_unchecked.py @@ -124,6 +124,7 @@ 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):