We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 565efa7 commit 5e4bf89Copy full SHA for 5e4bf89
xarray_esgf/client.py
@@ -48,7 +48,11 @@ class Client:
48
49
@cached_property
50
def _client(self) -> Esgpull:
51
- client = Esgpull(path=self.esgpull_path, install=True)
+ client = Esgpull(
52
+ path=self.esgpull_path,
53
+ install=True,
54
+ load_db=False,
55
+ )
56
client.config.download.disable_ssl = True
57
if self.index_node is not None:
58
client.config.api.index_node = self.index_node
0 commit comments