commit: 48e34bb21294250185611874d9bfcf96bfc314aa Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Mon Sep 15 10:57:52 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 15 11:14:38 2025 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=48e34bb2
bintree: Remove superfluous space before message The space is superfluous and makes the message appear out-of-line with the rest of portage's output. Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> Part-of: https://github.com/gentoo/portage/pull/1469 Closes: https://github.com/gentoo/portage/pull/1469 Signed-off-by: Sam James <sam <AT> gentoo.org> lib/portage/dbapi/bintree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/portage/dbapi/bintree.py b/lib/portage/dbapi/bintree.py index ab5673e898..3ac99c8ffe 100644 --- a/lib/portage/dbapi/bintree.py +++ b/lib/portage/dbapi/bintree.py @@ -1666,7 +1666,7 @@ class binarytree: colorize( "GOOD", _( - " [%s] Local copy of remote index is %s and will be used%s." + "[%s] Local copy of remote index is %s and will be used%s." ) % (binrepo_name, exc.desc, extra_info), )
