Skip to content

Commit

Permalink
Clarify no boreholes message
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf committed Aug 28, 2024
1 parent 44d9d6c commit a1b333f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified test/v5.2.5.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion web_build/make_boreholes.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def process_single(dest_dir, input_file, db_name, create_db=True):
return
reader = NVCLReader(bh_params)
if reader.wfs is None:
LOGGER.error("Cannot contact web service")
LOGGER.error("Cannot contact web service or no boreholes in range")
return
qdb = QueryDB(create=create_db, db_name=db_name)
err_str = qdb.get_error()
Expand Down

0 comments on commit a1b333f

Please sign in to comment.