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 1PqelQ-0003yy-Dp for garchives@archives.gentoo.org; Sat, 19 Feb 2011 04:49:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7262DE0517; Sat, 19 Feb 2011 04:49:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3F2DFE0517 for ; Sat, 19 Feb 2011 04:49:41 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AAC4B1B40C4 for ; Sat, 19 Feb 2011 04:49:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 1A9388006A for ; Sat, 19 Feb 2011 04:49:40 +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/config.py X-VCS-Directories: layman/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: bf5a704ebca23f917911c73994c708a1fa45d78d Date: Sat, 19 Feb 2011 04:49:40 +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: e31202281e013e06f976b8a750fb9092 commit: bf5a704ebca23f917911c73994c708a1fa45d78d Author: Brian Dolbec gmail com> AuthorDate: Sat Feb 19 04:49:33 2011 +0000 Commit: Brian Dolbec gmail com> CommitDate: Sat Feb 19 04:49:33 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/layman.git;a=3D= commit;h=3Dbf5a704e missed another typo --- layman/config.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/layman/config.py b/layman/config.py index 12fe0c9..d02fe13 100644 --- a/layman/config.py +++ b/layman/config.py @@ -159,7 +159,7 @@ class BareConfig(object): self._options[option] =3D value # handle quietness if option =3D=3D 'quiet': - if self._option['quiet']: + if self._options['quiet']: self._set_quietness(1) else: self._set_quietness(4)