X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fqueue.py;h=17dbb67c6c4b3cb099e690e813bce4d3b002ab77;hb=e1f078ff370dae097f3ab248b33026db103ce4bd;hp=b2ee5e3fe3fcbc950da01563b1724ed6feeab1d0;hpb=a5d7d22121e018672da9dd74c89c046fb4dba1f9;p=dak.git diff --git a/daklib/queue.py b/daklib/queue.py index b2ee5e3f..17dbb67c 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -1208,7 +1208,7 @@ class Upload(object): return cnf = Config() - tagfile = cnf("Dinstall::LintianTags") + tagfile = cnf["Dinstall::LintianTags"] # Parse the yaml file sourcefile = file(tagfile, 'r') sourcecontent = sourcefile.read()