Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rosepearson committed Sep 3, 2024
1 parent 1737528 commit 0f9f1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geoapis/vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def get_json_response_in_bounds(self, layer: int, bounds, geometry_name: str):
)
message = (
f"No geometry types matching that of layer: {layer}. "
f"The geometry_name's tried are: {geometry_type_list}."
f"The geometry_name's tried are: {self.GEOMETRY_NAMES}."
)
logging.error(message)
raise ValueError(message)
Expand Down

0 comments on commit 0f9f1f5

Please sign in to comment.