From 27a233e98fda1ade359b8874d3b60cf1ca649796 Mon Sep 17 00:00:00 2001 From: James Vega Date: Fri, 10 Dec 2004 02:44:01 +0000 Subject: [PATCH] Forgot a : --- tools/fundbConvert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fundbConvert.py b/tools/fundbConvert.py index 5ef7c70a1..8b8da888c 100755 --- a/tools/fundbConvert.py +++ b/tools/fundbConvert.py @@ -30,7 +30,7 @@ def main(): total = 0 failed = 0 success = 0 - for (table, plugin) in (('larts', larts), ('praises', praises)) + for (table, plugin) in (('larts', larts), ('praises', praises)): cursor.execute("""SELECT * FROM %s ORDER BY id ASC""" % table) table = table[:-1] if cursor.rowcount != 0: