mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-08 20:33:26 +01:00
Fix typo
This commit is contained in:
parent
3edda3c137
commit
9107350618
@ -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 """
|
||||
|
Loading…
Reference in New Issue
Block a user