From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11170158030 for ; Sat, 25 Feb 2023 23:22:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F394E07D1; Sat, 25 Feb 2023 23:22:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3C8FE07D1 for ; Sat, 25 Feb 2023 23:22:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22B99340DF9 for ; Sat, 25 Feb 2023 23:22:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 804B5888 for ; Sat, 25 Feb 2023 23:22:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1677367184.76106cf613d08ae486082cc5f993572b3e8b0d39.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: lib/portage/sync/modules/git/ X-VCS-Repository: proj/portage X-VCS-Files: lib/portage/sync/modules/git/git.py X-VCS-Directories: lib/portage/sync/modules/git/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 76106cf613d08ae486082cc5f993572b3e8b0d39 X-VCS-Branch: master Date: Sat, 25 Feb 2023 23:22:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5af3673d-039e-49d2-860b-ba72f4a53967 X-Archives-Hash: 277d0714fff69878b80b82167b5d80ab commit: 76106cf613d08ae486082cc5f993572b3e8b0d39 Author: Oskari Pirhonen gmail com> AuthorDate: Sat Feb 25 03:11:06 2023 +0000 Commit: Sam James gentoo 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 gmail.com> Closes: https://github.com/gentoo/portage/pull/996 Signed-off-by: Sam James 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,