From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qf0qN-0002S8-Me for garchives@archives.gentoo.org; Fri, 08 Jul 2011 02:31:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5385921C022; Fri, 8 Jul 2011 02:30:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1D94621C022 for ; Fri, 8 Jul 2011 02:30:56 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74C692AC0CB for ; Fri, 8 Jul 2011 02:30:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by flycatcher.gentoo.org (Postfix) with ESMTP id 34CFF20051 for ; Fri, 8 Jul 2011 02:30:54 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: Subject: [gentoo-commits] packages:master commit in: dbgenerator/ X-VCS-Repository: packages X-VCS-Files: dbgenerator/database.py X-VCS-Directories: dbgenerator/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: eb3c8d6325dcfab12e9a949717c88b17538615a1 Date: Fri, 8 Jul 2011 02:30:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: aec55c3b1dc31f12aa567feb14daf353 commit: eb3c8d6325dcfab12e9a949717c88b17538615a1 Author: Robin H. Johnson gentoo org> AuthorDate: Fri Jul 8 02:30:48 2011 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri Jul 8 02:30:48 2011 +0000 URL: http://sources.gentoo.org/gitweb/?p=3Dpackages.git;a=3Dcommit= ;h=3Deb3c8d63 Fix typo. --- dbgenerator/database.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dbgenerator/database.py b/dbgenerator/database.py index 6698d90..f6f1a09 100644 --- a/dbgenerator/database.py +++ b/dbgenerator/database.py @@ -558,7 +558,7 @@ class SQLPackageDatabase(object): if entries is not None: current_schema =3D entries[0][0] result =3D (current_schema =3D=3D self.schema_version) - detected_version =3D current_schema) + detected_version =3D current_schema except IndexError: pass except self.db.OperationalError: