commit: ef304389cf83f6ed8cc3ef1584464140cd58656c
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun May 17 22:53:44 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> 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 <mattst88 <AT> 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',