diff options
Diffstat (limited to 'MgaRepo/util.py')
-rw-r--r-- | MgaRepo/util.py | 1 |
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') |