X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fqueue_install.py;h=8f05e7bf2ce6e8de7e1627e4db87bb972a7b0173;hb=9a4fb568340b14698947bfa59b309ae0c67c693a;hp=fac21f9981cc7b1b2d90c6093e2f1d6486b6cf22;hpb=57506ea6e65079371445778f63ed15812c3fe874;p=dak.git diff --git a/daklib/queue_install.py b/daklib/queue_install.py index fac21f99..8f05e7bf 100755 --- a/daklib/queue_install.py +++ b/daklib/queue_install.py @@ -178,7 +178,7 @@ def is_autobyhand(u): all_auto = 0 continue - ABH = cnf.SubTree("AutomaticByHandPackages") + ABH = cnf.subtree("AutomaticByHandPackages") if not ABH.has_key(pckg) or \ ABH["%s::Source" % (pckg)] != u.pkg.changes["source"]: print "not match %s %s" % (pckg, u.pkg.changes["source"])