Gentoo Archives: gentoo-portage-dev

From: Aaron Bauman <bman@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Aaron Bauman <bman@g.o>
Subject: [gentoo-portage-dev] [PATCH 13/68] lib/portage/elog/mod_custom.py: fix whitespace
Date: Mon, 03 Aug 2020 22:44:25
Message-Id: 20200803224327.1593726-13-bman@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH 01/68] lib/portage/util/_dyn_libs/PreservedLibsRegistry.py: fix whitespace by Aaron Bauman
1 Signed-off-by: Aaron Bauman <bman@g.o>
2 ---
3 lib/portage/elog/mod_custom.py | 4 ++--
4 1 file changed, 2 insertions(+), 2 deletions(-)
5
6 diff --git a/lib/portage/elog/mod_custom.py b/lib/portage/elog/mod_custom.py
7 index e1a5223d6..836bdad62 100644
8 --- a/lib/portage/elog/mod_custom.py
9 +++ b/lib/portage/elog/mod_custom.py
10 @@ -1,12 +1,12 @@
11 # elog/mod_custom.py - elog dispatch module
12 -# Copyright 2006-2007 Gentoo Foundation
13 +# Copyright 2006-2020 Gentoo Authors
14 # Distributed under the terms of the GNU General Public License v2
15
16 import portage.elog.mod_save, portage.process, portage.exception
17
18 def process(mysettings, key, logentries, fulltext):
19 elogfilename = portage.elog.mod_save.process(mysettings, key, logentries, fulltext)
20 -
21 +
22 if not mysettings.get("PORTAGE_ELOG_COMMAND"):
23 raise portage.exception.MissingParameter("!!! Custom logging requested but PORTAGE_ELOG_COMMAND is not defined")
24 else:
25 --
26 2.28.0