Skip to content

Commit

Permalink
Restore full functionality to make_boreholes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf authored Sep 2, 2024
1 parent 5871835 commit 57e03d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web_build/make_boreholes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 57e03d3

Please sign in to comment.