]> git.decadent.org.uk Git - dak.git/commit
init_db.py: `Cnf.get' fix for `do_priority'
authorMario Domenech Goulart <mario@ossystems.com.br>
Mon, 8 Feb 2010 18:45:35 +0000 (16:45 -0200)
committerMario Domenech Goulart <mario@ossystems.com.br>
Mon, 8 Feb 2010 18:45:35 +0000 (16:45 -0200)
commit81c96741c982115eb481b460864657d796278255
tree485e9343294e48d9f99f4c225c6f1f78dab21d16
parent77d71f62f91bea720ed400900e3ee9ce60e00bfe
init_db.py: `Cnf.get' fix for `do_priority'

Apparently, the `get' method expects its secong argument to be an
string, not a number.  Without this fix I get

      p.level    = self.Cnf.get("Priority::%s", 0)
  TypeError: argument 2 must be string, not int

Setting the second arg as "0" makes the error disappear.

Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
dak/init_db.py