From 8e273781ca8e717a9f03c1ea003c14798323b92c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 19 Jul 2008 11:46:23 +0000 Subject: Bug #231464 - Replace erroneous "return" statement in elog_process() with a continue statement. Thanks to TGL for this patch. svn path=/main/trunk/; revision=11138 --- pym/portage/elog/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/portage/elog') diff --git a/pym/portage/elog/__init__.py b/pym/portage/elog/__init__.py index 50a51e9fd..8c81e260b 100644 --- a/pym/portage/elog/__init__.py +++ b/pym/portage/elog/__init__.py @@ -97,7 +97,7 @@ def elog_process(cpv, mysettings, phasefilter=None): # in case the filters matched all messages and no module overrides exist if len(default_logentries) == 0 and (not ":" in mysettings.get("PORTAGE_ELOG_SYSTEM", "")): - return + continue default_fulllog = _combine_logentries(default_logentries) -- cgit v1.2.3-1-g7c22