From: Mike O'Connor Date: Sat, 9 Jan 2010 19:46:31 +0000 (-0500) Subject: self.suites->suites X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=8f857e0cb9389175eb83321ffd56c5ea41d72e81;p=dak.git self.suites->suites Signed-off-by: Mike O'Connor --- diff --git a/dak/dakdb/update28.py b/dak/dakdb/update28.py index 042a6ac4..7bb39613 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)