]> git.decadent.org.uk Git - dak.git/commitdiff
Merge commit 'lamby/master' into merge
authorJoerg Jaspert <joerg@debian.org>
Wed, 28 Oct 2009 09:20:14 +0000 (10:20 +0100)
committerJoerg Jaspert <joerg@debian.org>
Wed, 28 Oct 2009 09:20:14 +0000 (10:20 +0100)
* commit 'lamby/master':
  Use new Config api.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
daklib/queue.py

index b2ee5e3fe3fcbc950da01563b1724ed6feeab1d0..17dbb67c6c4b3cb099e690e813bce4d3b002ab77 100755 (executable)
@@ -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()