Skip to content

Commit

Permalink
wordsmithing
Browse files Browse the repository at this point in the history
  • Loading branch information
robotrapta committed Feb 13, 2024
1 parent 0556b30 commit eb03a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/groundlight/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def _verify_connectivity(self) -> None:
except Exception as e:
msg = (
f"Error connecting to Groundlight using API token '{self.api_token_prefix}...'"
f" at endpoint '{self.endpoint}'. Endpoint might be invalid or offline?"
f" at endpoint '{self.endpoint}'. Endpoint might be invalid or unreachable?"
)
raise GroundlightClientError(msg) from e

Expand Down

0 comments on commit eb03a32

Please sign in to comment.