Force running each chunk single threaded

Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
fly 2019-12-22 04:41:55 +00:00
parent 678d233213
commit 458125436d

View file

@ -101,7 +101,7 @@ else:
os.system("echo '" + bounds + "' > projects/worldbuild-" + name + "/settings")
os.system("./build worldbuild-" + name)
os.system("./build -t 1 worldbuild-" + name)
if os.path.isfile("projects/worldbuild-" + name + "/osm2city-exceptions.log"):
os.system("mv projects/worldbuild-" + name + "/osm2city-exceptions.log projects/worldbuild/output/error/" + name + ".exceptions.log")