X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dak%2Fqueue_report.py;h=ce88d09ffc235acd4f9531dad344cf896bf7261e;hb=893869d15f5f10967b4cb6f69a580231d23b3253;hp=ea0802a8a6476630f288e0d109c1d71462753a0a;hpb=46b8f6566338b4bf2f341b0c7844fc2a10587e89;p=dak.git diff --git a/dak/queue_report.py b/dak/queue_report.py index ea0802a8..ce88d09f 100755 --- a/dak/queue_report.py +++ b/dak/queue_report.py @@ -534,6 +534,7 @@ def main(): if not directories: directories = [ "byhand", "new" ] + f = None if Cnf.has_key("Queue-Report::Options::822"): # Open the report file f = open(Cnf["Queue-Report::ReportLocations::822Location"], "w")