From: Ansgar Burchardt Date: Thu, 24 Mar 2011 08:28:19 +0000 (+0000) Subject: process-upload: Dinstall::LintianTags may not be set X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=e88edf0c3e567fbffbe9ae3ff45b5c2ed0702784;p=dak.git process-upload: Dinstall::LintianTags may not be set Handle the case when Dinstall::LintianTags is not set correctly. Signed-off-by: Ansgar Burchardt --- diff --git a/daklib/queue.py b/daklib/queue.py index b4c62d38..57a07cb2 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -1495,7 +1495,7 @@ class Upload(object): # If we do not have a tagfile, don't do anything tagfile = cnf.get("Dinstall::LintianTags") - if tagfile is None: + if not tagfile: return # Parse the yaml file