[PATCH 15/68] lib/portage/elog/__init__.py: fix whitespace
Aaron Bauman <[email protected]>
| Newsgroups | gmane.linux.gentoo.portage.devel |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Aaron Bauman <[email protected]> --- lib/portage/elog/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/portage/elog/__init__.py b/lib/portage/elog/__init__.py index ad6048481..ae855b674 100644 --- a/lib/portage/elog/__init__.py +++ b/lib/portage/elog/__init__.py @@ -1,5 +1,5 @@ # elog/__init__.py - elog core functions -# Copyright 2006-2014 Gentoo Foundation +# Copyright 2006-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 import sys @@ -92,7 +92,7 @@ _elog_atexit_handlers = [] def elog_process(cpv, mysettings, phasefilter=None): global _elog_atexit_handlers - + logsystems = mysettings.get("PORTAGE_ELOG_SYSTEM","").split() for s in logsystems: # allow per module overrides of PORTAGE_ELOG_CLASSES -- 2.28.0