From aad29188ffc60b9b687ae8d6431f9d055af17f29 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sun, 29 Nov 2015 10:40:41 +0100 Subject: suppress standard output of executed command mga#17023 --- MgaRepo/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MgaRepo') diff --git a/MgaRepo/util.py b/MgaRepo/util.py index 9d1086d..15eee58 100644 --- a/MgaRepo/util.py +++ b/MgaRepo/util.py @@ -30,7 +30,7 @@ def commands_exec(cmdstr, **kwargs): if of in r: odata = os.read(of, 8192) out.write(odata) - sys.stdout.buffer.write(odata) + #sys.stdout.buffer.write(odata) edata = None if ef in r: -- cgit v1.2.1