diff --git a/web_build/batch.txt b/web_build/batch.txt index 6c626cd..6d3678b 100644 --- a/web_build/batch.txt +++ b/web_build/batch.txt @@ -1,3 +1,4 @@ +input/NorthGawlerConvParam.json input/BendigoConvParam.json input/BurraMineConvParam.json input/CentralFlindersConvParam.json @@ -9,7 +10,6 @@ input/McArthurBasinConvParam.json input/MtDoreConvParam.json input/NewEnglandConvParam.json input/NorthFlindersConvParam.json -input/NorthGawlerConvParam.json input/NorthQueenslandConvParam.json input/OtwayConvParam.json input/QuambyConvParam.json diff --git a/web_build/make_boreholes.py b/web_build/make_boreholes.py index 4dfd116..235e045 100755 --- a/web_build/make_boreholes.py +++ b/web_build/make_boreholes.py @@ -284,6 +284,8 @@ def process_single(dest_dir, input_file, db_name, overwrite_db=True): # Skip lines starting with '#' if line[0] != '#': process_single(ARGS.dest_dir, line.rstrip('\n'), db_file, overwrite_db=False) + # FIXME: TEMPORARY + break else: print("No input file or batch file specified\n") PARSER.print_help()