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

[dak/master] self.suites->suites



Signed-off-by: Mike O'Connor <stew@vireo.org>
---
 dak/dakdb/update28.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/dakdb/update28.py b/dak/dakdb/update28.py
index 042a6ac..7bb3961 100755
--- a/dak/dakdb/update28.py
+++ b/dak/dakdb/update28.py
@@ -142,7 +142,7 @@ def do_update(self):
         c.execute("""CREATE INDEX ind_deb_contents_binary ON deb_contents(binary_id);""" )
 
 
-        suites = self.suites()
+        suites = suites()
 
         for suite in [i.lower() for i in suites]:
             suite_id = DBConn().get_suite_id(suite)
-- 
1.6.5


Reply to: