From 9107350618a2649a6a05a0b6f8e3cfb6fca2b318 Mon Sep 17 00:00:00 2001 From: Thomas Applencourt Date: Mon, 8 Jun 2015 15:09:36 +0200 Subject: [PATCH] Fix typo --- setup_environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_environment.py b/setup_environment.py index 073f36a1..e1327ab5 100755 --- a/setup_environment.py +++ b/setup_environment.py @@ -240,7 +240,7 @@ if "ninja" in l_need_genealogy: "wget {0} -O {1} -o /dev/null ;".format(url, path_archive), "./scripts/install_ninja.sh 2>/dev/null;", "cd -"] - subprocess.check_output(" ".join(l_cmd), shell=True) + check_output(" ".join(l_cmd), shell=True) l_need_genealogy.remove("ninja") print """