From 3fb25b5341e1483482fc34d79a1684165d1fd980 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sun, 21 Feb 2016 12:41:06 +0100 Subject: Restablish a print after a svn command --- MgaRepo/util.py | 1 + 1 file changed, 1 insertion(+) (limited to 'MgaRepo') 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 -- cgit v1.2.1