mirror of
https://github.com/clearml/clearml
synced 2025-01-31 00:56:57 +00:00
Fix setting output_uri when a config section with secure=false exists will raise an error
This commit is contained in:
parent
0594a5ac85
commit
87f0e63b28
@ -2082,6 +2082,7 @@ class StorageHelper(object):
|
||||
token=token or self._conf.token,
|
||||
profile=profile or self._conf.profile,
|
||||
extra_args=self._conf.extra_args,
|
||||
secure=self._conf.secure
|
||||
)
|
||||
|
||||
if not self._conf.use_credentials_chain:
|
||||
|
Loading…
Reference in New Issue
Block a user