[PATCH 64/68] lib/_emerge/search.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/_emerge/search.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/_emerge/search.py b/lib/_emerge/search.py index 000c427e0..a4ad74311 100644 --- a/lib/_emerge/search.py +++ b/lib/_emerge/search.py @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 import difflib @@ -333,7 +333,7 @@ class search: match_string = setname else: match_string = setname.split("/")[-1] - + if self.searchre.search(match_string): yield ("set", setname) elif self.searchdesc: -- 2.28.0