X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fqueue_report.py;h=ce88d09ffc235acd4f9531dad344cf896bf7261e;hb=d6c675a02c32f25a25748834c8e80a3577ec9f25;hp=ea0802a8a6476630f288e0d109c1d71462753a0a;hpb=570898e5c71a1b08524b310b62184e46f2243870;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")