= != ==
Signed-off-by: merspieler <merspieler@airmail.cc>
This commit is contained in:
parent
7f5382cbd4
commit
98a72a4dce
1 changed files with 2 additions and 1 deletions
3
build
3
build
|
@ -39,7 +39,7 @@ while i < argc:
|
|||
create_zip = True
|
||||
elif sys.argv[i] == "-c" or sys.argv[i] == "--continue":
|
||||
build_all = False
|
||||
build_continue == True
|
||||
build_continue = True
|
||||
elif sys.argv[i] == "-f" or sys.argv[i] == "--fix":
|
||||
build_all = False
|
||||
build_fix = True
|
||||
|
@ -181,6 +181,7 @@ try:
|
|||
else:
|
||||
for area in bounds:
|
||||
run_build(area["west"], area["south"], area["east"], area["north"])
|
||||
|
||||
if build_continue:
|
||||
start_bounds = get_bounds("projects/" + project + "/done")
|
||||
if start_bounds == []:
|
||||
|
|
Loading…
Reference in a new issue