X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate28.py;h=f0c62e0e8176ba26c027943f6adde5b36bcf9739;hb=ebbace9d50c2f9ec454261cfcd4494017c603ca7;hp=1455ee3110284d3cdd4d48effd237f1d0a1fc2d0;hpb=f7e8ab5cc1ef088763a6e0f2b0cdba9ec2b63c87;p=dak.git diff --git a/dak/dakdb/update28.py b/dak/dakdb/update28.py old mode 100755 new mode 100644 index 1455ee31..f0c62e0e --- a/dak/dakdb/update28.py +++ b/dak/dakdb/update28.py @@ -40,7 +40,7 @@ def _suites(): """ return a list of suites to operate on """ - suites = Config().SubTree("Suite").List() + suites = Config().subtree("Suite").list() return suites def arches(cursor, suite):