[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] fix typo



Signed-off-by: Mark Hymers <mhy@debian.org>
---
 dak/init_db.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/init_db.py b/dak/init_db.py
index 20102cd..bbf682a 100755
--- a/dak/init_db.py
+++ b/dak/init_db.py
@@ -183,7 +183,7 @@ class InitDB(object):
     def do_section(self):
         """Initalize the section table."""
 
-        c = projectB.cursor()
+        c = self.projectB.cursor()
         c.execute("DELETE FROM section")
 
         sect_add = "INSERT INTO section (section) VALUES (%s)"
-- 
1.5.6.5



Reply to: