mirror of
https://github.com/clearml/clearml
synced 2025-02-07 13:23:40 +00:00
Fix missing call
This commit is contained in:
parent
63ccdd51f2
commit
31ea215a60
@ -223,6 +223,8 @@ class Session(TokenManager):
|
||||
if self.force_max_api_version and self.check_min_api_version(self.force_max_api_version):
|
||||
Session.max_api_version = Session.api_version = str(self.force_max_api_version)
|
||||
|
||||
self._load_vaults()
|
||||
|
||||
def _load_vaults(self):
|
||||
if not self.check_min_api_version("2.15") or self.feature_set == "basic":
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user