We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ebf364 + f63b934 commit e7565f1Copy full SHA for e7565f1
src/groundlight/client.py
@@ -207,7 +207,6 @@ def _verify_connectivity(self) -> None:
207
f"Error connecting to Groundlight using API token '{self.api_token_prefix}...'"
208
f" at endpoint '{self.endpoint}'. Endpoint might be invalid or unreachable? "
209
"Check https://status.groundlight.ai/ for service status."
210
-
211
f"Original Error was: {str(e)}"
212
)
213
raise GroundlightClientError(msg) from e
0 commit comments