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 1QpxX7-0005Fl-5t for garchives@archives.gentoo.org; Sun, 07 Aug 2011 07:12:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54E7521C07F; Sun, 7 Aug 2011 07:12:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 221A521C07F for ; Sun, 7 Aug 2011 07:12:15 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7ECDE1B4023 for ; Sun, 7 Aug 2011 07:12:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C33B680040 for ; Sun, 7 Aug 2011 07:12:14 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: Subject: [gentoo-commits] proj/layman:master 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: e76952c1e6817c0bec94665a6307a06507a0e029 Date: Sun, 7 Aug 2011 07:12:14 +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: 8f9949d2a03a30df47ca6977b5f3b126 commit: e76952c1e6817c0bec94665a6307a06507a0e029 Author: dol-sen gmail com> AuthorDate: Sun Aug 7 06:38:01 2011 +0000 Commit: Brian Dolbec gmail com> CommitDate: Sun Aug 7 06:38:01 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/layman.git;a=3D= commit;h=3De76952c1 fix typo causing traceback in bug 377401 comment # 31 --- layman/api.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/layman/api.py b/layman/api.py index a5045aa..c04dfe6 100755 --- a/layman/api.py +++ b/layman/api.py @@ -353,7 +353,8 @@ class LaymanAPI(object): '%(candidates)s\n' '\n' 'as correct location%(plural)s.\n' - 'Please consider removing and re-adding the over= lay.' , { + 'Please consider removing and re-adding the over= lay.' % + { 'repo_name':ovl, 'current_src':current_src, 'candidates':candidates,