Skip to content

Commit

Permalink
access self._config rather than self.config in Index
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-denoble committed Oct 25, 2024
1 parent 9b5f1ff commit a8bd692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pinecone/data/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def _load_plugins(self):
# try block just in case to make sure a bad plugin doesn't
# halt client initialization.
openapi_client_builder = build_plugin_setup_client(
config=self.config,
config=self._config,
openapi_config=self.openapi_config,
pool_threads=self.pool_threads,
)
Expand Down

0 comments on commit a8bd692

Please sign in to comment.