aboutsummaryrefslogtreecommitdiffstats
path: root/MgaRepo/util.py
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2016-02-21 18:04:50 +0100
committerPapoteur <papoteur@mageialinux-online.org>2016-02-21 18:24:00 +0100
commita0fc93e6129cc0193d029c6536f29fb8b438bed8 (patch)
tree341b1d65b148197c43456ce820c84b53349b9c53 /MgaRepo/util.py
parent2a16f0bd7ac38041f4a86995ebaa4c8a18aedec3 (diff)
downloadmgarepo-a0fc93e6129cc0193d029c6536f29fb8b438bed8.tar
mgarepo-a0fc93e6129cc0193d029c6536f29fb8b438bed8.tar.gz
mgarepo-a0fc93e6129cc0193d029c6536f29fb8b438bed8.tar.bz2
mgarepo-a0fc93e6129cc0193d029c6536f29fb8b438bed8.tar.xz
mgarepo-a0fc93e6129cc0193d029c6536f29fb8b438bed8.zip
Restablish an output after some svn commands
Diffstat (limited to 'MgaRepo/util.py')
-rw-r--r--MgaRepo/util.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/MgaRepo/util.py b/MgaRepo/util.py
index 4b1308a..4d4a3d8 100644
--- a/MgaRepo/util.py
+++ b/MgaRepo/util.py
@@ -53,6 +53,7 @@ def execcmd(*cmd, **kwargs):
odata = None
if of in r:
odata = (os.read(of, 8192)).decode('utf8')
+ sys.stdout.write(odata)
edata = None
if ef in r:
edata = (os.read(ef, 8192)).decode('utf8')