From: Mark Hymers Date: Sun, 4 Jul 2010 16:44:44 +0000 (+0000) Subject: Don't need a database connection for this X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=6af5cd2f68002cd7fee259fe88fcd8d691a0fad6;p=dak.git Don't need a database connection for this Signed-off-by: Mark Hymers --- diff --git a/dak/admin.py b/dak/admin.py index 2be34703..2bb1f185 100755 --- a/dak/admin.py +++ b/dak/admin.py @@ -330,7 +330,6 @@ dispatch['s-a'] = suite_architecture def show_config(command): args = [str(x) for x in command] cnf = utils.get_conf() - d = DBConn() die_arglen(args, 2, "E: config needs at least a command")