X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_unchecked.py;h=11bbfef9ab564f368b3e877b59aec523fef9abe8;hb=327655d9d5944438ecdfbfe17afa5ff7c5551162;hp=cae48a7ee0c54647be58048d3d142ef8dc5b898e;hpb=934b2b1d73a2333c80a205f206c1b5edd2f719fb;p=dak.git diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index cae48a7e..11bbfef9 100755 --- a/dak/process_unchecked.py +++ b/dak/process_unchecked.py @@ -122,8 +122,7 @@ def usage (exit_code=0): ################################################################################ -def action(u): - cnf = Config() +def action (): # 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):