commit:     adc0052b2c022851458f788868e6b194ed1cfe9f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 16 07:51:47 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 16 07:52:11 2024 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=adc0052b

bintree: add missing newlines to signed binpkg update notice

Signed-off-by: Sam James <sam <AT> gentoo.org>

 lib/portage/dbapi/bintree.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/portage/dbapi/bintree.py b/lib/portage/dbapi/bintree.py
index ee574f435f..f4251b47d6 100644
--- a/lib/portage/dbapi/bintree.py
+++ b/lib/portage/dbapi/bintree.py
@@ -306,7 +306,7 @@ class bindbapi(fakedbapi):
                     colorize(
                         "WARN",
                         f"Binpkg update ignored for signed package: 
{binpkg_path}, "
-                        "the file will be removed.",
+                        "the file will be removed.\n",
                     )
                 )
                 self.bintree.remove(cpv)
@@ -734,7 +734,7 @@ class binarytree:
                     writemsg(
                         colorize(
                             "WARN",
-                            f"Binpkg update ignored for signed package: 
{binpkg_path}",
+                            f"Binpkg update ignored for signed package: 
{binpkg_path}\n",
                         )
                     )
                     continue

Reply via email to