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 55C1713877A for ; Mon, 16 Jun 2014 03:37:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5274BE0B99; Mon, 16 Jun 2014 03:37:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7658FE0B97 for ; Mon, 16 Jun 2014 03:37:31 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2D0633FFA0 for ; Mon, 16 Jun 2014 03:37:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id BB52C187F4 for ; Mon, 16 Jun 2014 03:37:28 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1402607510.4c5e1f9c86d074d2b220adf3fcf892a06c23256f.dol-sen@gentoo> Subject: [gentoo-commits] proj/layman:gsoc2014 commit in: layman/ X-VCS-Repository: proj/layman X-VCS-Files: layman/api.py X-VCS-Directories: layman/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 4c5e1f9c86d074d2b220adf3fcf892a06c23256f X-VCS-Branch: gsoc2014 Date: Mon, 16 Jun 2014 03:37:28 +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: c0d21351-ae57-45c2-bb05-ddc260fce9fc X-Archives-Hash: e98dc7f17cf552e3d353c483a1d2923c Message-ID: <20140616033728.QeGi5AyjKWtZKduru9aBRLN7R5epTK3Fj0iK37_GCkw@z> commit: 4c5e1f9c86d074d2b220adf3fcf892a06c23256f Author: Devan Franchini gentoo org> AuthorDate: Thu May 29 06:58:20 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Thu Jun 12 21:11:50 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=4c5e1f9c api.py: fixes success assignment in delete_repos() --- layman/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layman/api.py b/layman/api.py index 413f8d0..041b737 100755 --- a/layman/api.py +++ b/layman/api.py @@ -118,7 +118,7 @@ class LaymanAPI(object): continue success = False try: - self._get_installed_db().delete( + success = self._get_installed_db().delete( self._get_installed_db().select(ovl)) except Exception as e: self._error(