From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 625A61382C5 for ; Thu, 29 Mar 2018 21:35:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECA4CE09BB; Thu, 29 Mar 2018 21:35:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8C39E09BB for ; Thu, 29 Mar 2018 21:35:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD97E335D3B for ; Thu, 29 Mar 2018 21:35:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B19E285 for ; Thu, 29 Mar 2018 21:35:02 +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: <1522358773.14f9b7d4d22a223eb54defb29e1fb2adc02fb111.dolsen@gentoo> Subject: [gentoo-commits] proj/portage:repoman commit in: repoman/pym/repoman/modules/scan/ X-VCS-Repository: proj/portage X-VCS-Files: repoman/pym/repoman/modules/scan/module.py X-VCS-Directories: repoman/pym/repoman/modules/scan/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 14f9b7d4d22a223eb54defb29e1fb2adc02fb111 X-VCS-Branch: repoman Date: Thu, 29 Mar 2018 21:35:02 +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: 9bb99583-4ddd-49f7-a492-048f78e4285a X-Archives-Hash: b5ff918d473fb1248fc51c0c3213bd35 commit: 14f9b7d4d22a223eb54defb29e1fb2adc02fb111 Author: Brian Dolbec gentoo org> AuthorDate: Tue Dec 5 19:29:26 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu Mar 29 21:26:13 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=14f9b7d4 repoman scan/module.py: fix typo repoman/pym/repoman/modules/scan/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repoman/pym/repoman/modules/scan/module.py b/repoman/pym/repoman/modules/scan/module.py index fc0c66ccb..cebc0e708 100644 --- a/repoman/pym/repoman/modules/scan/module.py +++ b/repoman/pym/repoman/modules/scan/module.py @@ -85,7 +85,7 @@ class ModuleConfig(object): if loop in self.controller.get_spec(mod, 'module_runsIn'): mlist.append(mod) except InvalidModuleName: - logging.error("ModuleConfig; unkown module: %s, skipping", mod) + logging.error("ModuleConfig; unknown module: %s, skipping", mod) logging.debug("ModuleConfig; mlist: %s", mlist) return mlist