X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Futils.py;fp=daklib%2Futils.py;h=7ed4089a4dd2610a09a7c5f7a3852eda987b5456;hb=0728f1b55afc80016fe27fada8dc78e635d26c60;hp=4744f6a2f214dd7cbf67aee9a5b4cae54c604a7a;hpb=5d965c34b35048f8a8fab0a7a11f2943d833952d;p=dak.git diff --git a/daklib/utils.py b/daklib/utils.py index 4744f6a2..7ed4089a 100755 --- a/daklib/utils.py +++ b/daklib/utils.py @@ -1548,7 +1548,7 @@ def parse_wnpp_bug_file(file = "/srv/ftp-master.debian.org/scripts/masterfiles/w returns a dict associating source package name with a list of open wnpp bugs (Yes, there might be more than one) """ - + line = [] try: f = open(file) @@ -1571,4 +1571,3 @@ def parse_wnpp_bug_file(file = "/srv/ftp-master.debian.org/scripts/masterfiles/w bugs.append(bug_no) wnpp[source] = bugs return wnpp -