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 6C8B91382C5 for ; Sun, 17 May 2020 22:54:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FD28E0875; Sun, 17 May 2020 22:54:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 48886E0875 for ; Sun, 17 May 2020 22:54:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E90DC34F2AB for ; Sun, 17 May 2020 22:54:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 593059C for ; Sun, 17 May 2020 22:54:17 +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:master 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: master Date: Sun, 17 May 2020 22:54:17 +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: 2ecadd40-1933-41bb-8911-5d8605d6f2f6 X-Archives-Hash: 63dae88e88c514eee9b7c8a838e57bfb Message-ID: <20200517225417.cFAGyuv1n1xEosocpmNLPHZ0MYAxxkxUw8l2KjSjUtk@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',