From: Joerg Jaspert Date: Sat, 14 Mar 2009 09:01:53 +0000 (+0100) Subject: int() X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=e5f927252329bbb26a2946ffcb225fcbb86dfa47;p=dak.git int() Signed-off-by: Joerg Jaspert --- diff --git a/daklib/dbconn.py b/daklib/dbconn.py index 89072918..24cb9044 100755 --- a/daklib/dbconn.py +++ b/daklib/dbconn.py @@ -168,7 +168,7 @@ class DBConn(Singleton): @return: the database id for the given suite """ - return self.__get_id('id', 'suite', 'suite_name', suite) + return int(self.__get_id('id', 'suite', 'suite_name', suite)) def get_section_id(self, section): """