X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Futils.py;h=a3c46a7b284a543bbb637fb851792e18f0847d84;hb=c20075164c835e565dd94da31773f302a91e1def;hp=41aa3198990f1f56bffd0af4006346cc29559cfe;hpb=177fa873af21febda3d3552e5eea36e37a0be793;p=dak.git diff --git a/daklib/utils.py b/daklib/utils.py index 41aa3198..a3c46a7b 100644 --- a/daklib/utils.py +++ b/daklib/utils.py @@ -1060,7 +1060,7 @@ used.""" # Finally ensure there's not something we don't recognise known_keywords = Dict(VALIDSIG="",SIG_ID="",GOODSIG="",BADSIG="",ERRSIG="", SIGEXPIRED="",KEYREVOKED="",NO_PUBKEY="",BADARMOR="", - NODATA="") + NODATA="",NOTATION_DATA="",NOTATION_NAME="") for keyword in keywords.keys(): if not known_keywords.has_key(keyword):