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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1DF981382C5 for ; Tue, 19 May 2020 22:55:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9F93E0863; Tue, 19 May 2020 22:55:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E1E1E085E for ; Tue, 19 May 2020 22:55:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72E8834F1CE for ; Tue, 19 May 2020 22:55:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C75E1F5 for ; Tue, 19 May 2020 22:55:33 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1589756024.ef304389cf83f6ed8cc3ef1584464140cd58656c.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:wip/mattst88 commit in: catalyst/targets/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/targets/snapshot.py X-VCS-Directories: catalyst/targets/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ef304389cf83f6ed8cc3ef1584464140cd58656c X-VCS-Branch: wip/mattst88 Date: Tue, 19 May 2020 22:55:33 +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: 46015637-d256-4a2e-8a01-455754a1082a X-Archives-Hash: 279f5de98ae494ffa8fc532e74ff71dc Message-ID: <20200519225533.DSBc_NpD6fnJ-Ju2Xkaai7SNDpdmbuVykPttp3E4V3w@z> commit: ef304389cf83f6ed8cc3ef1584464140cd58656c Author: Matt Turner gentoo org> AuthorDate: Sun May 17 22:53:44 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun May 17 22:53:44 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=ef304389 catalyst: Remove stdout=, since it conflicts with capture_output Signed-off-by: Matt Turner gentoo.org> catalyst/targets/snapshot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/catalyst/targets/snapshot.py b/catalyst/targets/snapshot.py index b7562f7c..7732312c 100644 --- a/catalyst/targets/snapshot.py +++ b/catalyst/targets/snapshot.py @@ -64,7 +64,6 @@ class snapshot(TargetBase): close_fds=False) sp = subprocess.run([self.git, '-C', self.gitdir, 'rev-parse', 'stable'], - stdout=subprocess.PIPE, capture_output=True, check=True, encoding='utf-8',