X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_unchecked.py;h=bc76fb0bdad66c56184e693f084d6b9647a39745;hb=82e7652a8c069e61409faacf61922c93cec2e789;hp=cae48a7ee0c54647be58048d3d142ef8dc5b898e;hpb=934b2b1d73a2333c80a205f206c1b5edd2f719fb;p=dak.git diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index cae48a7e..bc76fb0b 100755 --- a/dak/process_unchecked.py +++ b/dak/process_unchecked.py @@ -123,7 +123,6 @@ 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):