From 98a72a4dceb8ae75c3f1964e2409eabce6fd98fa Mon Sep 17 00:00:00 2001 From: merspieler Date: Thu, 25 Apr 2019 03:38:11 +0200 Subject: [PATCH] = != == Signed-off-by: merspieler --- build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build b/build index 0a4a758..1c52c1a 100755 --- a/build +++ b/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 == []: