From db0e6118aea5c653c19dc1f38ed5ef6950fa75b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=98yvind=20Karlsen?= Date: Wed, 1 Jun 2016 01:49:40 +0200 Subject: fix typo --- MgaRepo/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MgaRepo/util.py b/MgaRepo/util.py index 8ef7845..64faaa1 100644 --- a/MgaRepo/util.py +++ b/MgaRepo/util.py @@ -50,7 +50,7 @@ def execcmd(*cmd, **kwargs): verbose = config.getbool("global", "verbose", 0) if verbose: - print("cmd: " + str(cmd).lstrip("(").rstrip(")").replace("', '", "' '"))) + print("cmd: " + str(cmd).lstrip("(").rstrip(")").replace("', '", "' '")) proc = subprocess.Popen(cmdargs, shell=False, stdout=stdout, stderr=stderr, env=env) -- cgit v1.2.1