From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 76D2F1381F3 for ; Tue, 11 Dec 2012 23:52:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D54221C07B; Tue, 11 Dec 2012 23:52:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9FD9C21C07B for ; Tue, 11 Dec 2012 23:52:21 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A00AB33DBB6 for ; Tue, 11 Dec 2012 23:52:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3FC89E543C for ; Tue, 11 Dec 2012 23:52:19 +0000 (UTC) From: "Magnus Granberg" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Magnus Granberg" Message-ID: <1355269926.3c14b10282f556dc6a06ec5919b7eefea21f0708.zorry@gentoo> Subject: [gentoo-commits] dev/zorry:master commit in: gobs/pym/ X-VCS-Repository: dev/zorry X-VCS-Files: gobs/pym/pgsql_querys.py X-VCS-Directories: gobs/pym/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: 3c14b10282f556dc6a06ec5919b7eefea21f0708 X-VCS-Branch: master Date: Tue, 11 Dec 2012 23:52:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 15690859-8046-4e89-9094-af64a6d12910 X-Archives-Hash: a7f980bc06bad86bf426090ca8aef027 commit: 3c14b10282f556dc6a06ec5919b7eefea21f0708 Author: Magnus Granberg gentoo org> AuthorDate: Tue Dec 11 23:52:06 2012 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Tue Dec 11 23:52:06 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/zorry.git;a=commit;h=3c14b102 fix inconsistent use of tabs and spaces in indentation --- gobs/pym/pgsql_querys.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gobs/pym/pgsql_querys.py b/gobs/pym/pgsql_querys.py index 468afc5..2ea8de1 100644 --- a/gobs/pym/pgsql_querys.py +++ b/gobs/pym/pgsql_querys.py @@ -384,7 +384,7 @@ def get_ebuild_id_db_checksum(connection, build_dict): ebuild_id = cursor.fetchone() if ebuild_id is None: return - return ebuild_id[0] + return ebuild_id[0] def get_build_job_id(connection, build_dict): cursor = connection.cursor()