aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2016-02-21 12:41:06 +0100
committerPapoteur <papoteur@mageialinux-online.org>2016-02-21 12:41:06 +0100
commit3fb25b5341e1483482fc34d79a1684165d1fd980 (patch)
treed9fa8132f66843e122bf83a9175f27568956c5b0
parent5ef2b19eb835fcadd038385cae9bd3cb36c4a9af (diff)
downloadmgarepo-3fb25b5341e1483482fc34d79a1684165d1fd980.tar
mgarepo-3fb25b5341e1483482fc34d79a1684165d1fd980.tar.gz
mgarepo-3fb25b5341e1483482fc34d79a1684165d1fd980.tar.bz2
mgarepo-3fb25b5341e1483482fc34d79a1684165d1fd980.tar.xz
mgarepo-3fb25b5341e1483482fc34d79a1684165d1fd980.zip
Restablish a print after a svn command
-rw-r--r--MgaRepo/util.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/MgaRepo/util.py b/MgaRepo/util.py
index 2ffd1b4..28f950f 100644
--- a/MgaRepo/util.py
+++ b/MgaRepo/util.py
@@ -74,6 +74,7 @@ def execcmd(*cmd, **kwargs):
else:
raise Error("command failed: %s\n%s\n" % (cmdstr, output))
if verbose:
+ print(output)
sys.stdout.write(output)
return status, output