From c38f7d11b2053939d0004653456a2fa8f8220972 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Wed, 9 Mar 2016 08:16:24 +0100 Subject: Revert commit be8b4f9c74519aeacdcecb797722ce2682a68cb2 Restore prefix command because of pb in import command --- MgaRepo/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MgaRepo') diff --git a/MgaRepo/util.py b/MgaRepo/util.py index 56b012f..4d4a3d8 100644 --- a/MgaRepo/util.py +++ b/MgaRepo/util.py @@ -65,7 +65,7 @@ def execcmd(*cmd, **kwargs): break output = err.getvalue() else: - status = os.system(cmdstr) + status = os.system(prefix + cmdstr) output = "" else: status, output = commands_getstatusoutput(prefix + cmdstr) -- cgit v1.2.1