Skip to content

Commit 009ab08

Browse files
authored
Fix typo in existing index log message (#292)
--skip-populate -> --skip_populate
1 parent aa4f7d8 commit 009ab08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: vsb/databases/pinecone/pinecone.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def initialize_population(self):
149149
msg = (
150150
f"PineconeDB: Index '{self.index_name}' already exists - cowardly "
151151
f"refusing to overwrite existing data. Specify --overwrite to "
152-
f"delete it, or specify --skip-populate to skip population phase."
152+
f"delete it, or specify --skip_populate to skip population phase."
153153
)
154154
logger.critical(msg)
155155
raise StopUser()

0 commit comments

Comments
 (0)