Skip to content

Commit

Permalink
minor print out tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
rosepearson committed Jun 6, 2024
1 parent 23bc465 commit 77b8c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/geoapis/lidar.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ def run(self, dataset_name: str = None):
else:
logging.info(
"Both the search_polygon and dataset_name are None. Either a "
"dataset_name of search polygon needs to be specified if any datasets "
"'dataset_name' or 'search_polygon' needs to be specified if any datasets "
"are to be downloaded from OpenTopography. Please specify a "
"search_polygon during construction, or a dataset_name during run."
"'search_polygon' during construction, or a 'dataset_name' during run."
)

def download_datasets_in_polygon(self):
Expand Down

0 comments on commit 77b8c7f

Please sign in to comment.