From 57e03d35fc0521087542dfa2a5893b7700245a19 Mon Sep 17 00:00:00 2001 From: Vincent Fazio Date: Mon, 2 Sep 2024 10:23:20 +1000 Subject: [PATCH] Restore full functionality to make_boreholes.py --- web_build/make_boreholes.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/web_build/make_boreholes.py b/web_build/make_boreholes.py index 235e045..4dfd116 100755 --- a/web_build/make_boreholes.py +++ b/web_build/make_boreholes.py @@ -284,8 +284,6 @@ 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()