Hi Markus, (trimming the cc: list a bit since this is just a minor nit): [..snip..] > + for key, value in data.items(): > + if distnumber in value['major-version']:
distnumber == value['major-version']
might be better since with distnumber = 1 it would match on 1 and 10.
Cheers,
-- Guido
_______________________________________________
Reportbug-maint mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reportbug-maint
