Skip to content

Commit e685c36

Browse files
committed
changing error message
1 parent 862f79d commit e685c36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pinecone/manage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def is_ready():
118118
timeout -= 5
119119
if timeout and timeout < 0:
120120
raise (TimeoutError(
121-
'Index didnt ready in time. Please call the describe_index API ({}) to confirm index status.'.format(
121+
'Please call the describe_index API ({}) to confirm index status.'.format(
122122
'https://www.pinecone.io/docs/api/operation/describe_index/')))
123123

124124

@@ -149,7 +149,7 @@ def get_remaining():
149149
timeout -= 5
150150
if timeout and timeout < 0:
151151
raise (TimeoutError(
152-
'Index didnt get delete in time. Please call the list_indexes API ({}) to confirm if index is still active'.format(
152+
'Please call the list_indexes API ({}) to confirm if index is deleted'.format(
153153
'https://www.pinecone.io/docs/api/operation/list_indexes/')))
154154

155155

0 commit comments

Comments
 (0)