diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2016-02-21 12:41:06 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2016-02-21 12:41:06 +0100 |
commit | 3fb25b5341e1483482fc34d79a1684165d1fd980 (patch) | |
tree | d9fa8132f66843e122bf83a9175f27568956c5b0 /MgaRepo/util.py | |
parent | 5ef2b19eb835fcadd038385cae9bd3cb36c4a9af (diff) | |
download | mgarepo-3fb25b5341e1483482fc34d79a1684165d1fd980.tar mgarepo-3fb25b5341e1483482fc34d79a1684165d1fd980.tar.gz mgarepo-3fb25b5341e1483482fc34d79a1684165d1fd980.tar.bz2 mgarepo-3fb25b5341e1483482fc34d79a1684165d1fd980.tar.xz mgarepo-3fb25b5341e1483482fc34d79a1684165d1fd980.zip |
Restablish a print after a svn command
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 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 |