commit:     76106cf613d08ae486082cc5f993572b3e8b0d39
Author:     Oskari Pirhonen <xxc3ncoredxx <AT> gmail <DOT> com>
AuthorDate: Sat Feb 25 03:11:06 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 23:19:44 2023 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=76106cf6

Make CI happy

Signed-off-by: Oskari Pirhonen <xxc3ncoredxx <AT> gmail.com>
Closes: https://github.com/gentoo/portage/pull/996
Signed-off-by: Sam James <sam <AT> gentoo.org>

 lib/portage/sync/modules/git/git.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/portage/sync/modules/git/git.py 
b/lib/portage/sync/modules/git/git.py
index ce30be4cd..3c2f9bdb4 100644
--- a/lib/portage/sync/modules/git/git.py
+++ b/lib/portage/sync/modules/git/git.py
@@ -372,7 +372,7 @@ class GitSync(NewBase):
             merge_cmd.append("--quiet")
 
         if not quiet:
-            writemsg_level(' '.join(merge_cmd) + "\n")
+            writemsg_level(" ".join(merge_cmd) + "\n")
 
         exitcode = portage.process.spawn(
             merge_cmd,

Reply via email to