X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fqueue.py;h=35b85a7de7c61a3d044bf3c59303eddd19682c08;hb=ce324ffde27b192a8e713b6e98368a3b00edaf27;hp=2d371e8d8b77deecd6a47f5202b6dadefe2ea596;hpb=eeee01f3c3988104d2c495882bb75959255fa55d;p=dak.git diff --git a/daklib/queue.py b/daklib/queue.py index 2d371e8d..35b85a7d 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -1216,7 +1216,7 @@ class Upload(object): sourcecontent = sourcefile.read() sourcefile.close() try: - lintiantags = yaml.load(sourcecontent) + lintiantags = yaml.load(sourcecontent)['lintian'] except yaml.YAMLError, msg: utils.fubar("Can not read the lintian tags file %s, YAML error: %s." % (tagfile, msg)) return