mirror of
https://github.com/clearml/clearml
synced 2025-02-01 09:36:49 +00:00
Fix typo
This commit is contained in:
parent
44e303ee9a
commit
60b6da5d8d
@ -38,7 +38,7 @@ class StorageManager(object):
|
|||||||
:param str cache_context: Optional caching context identifier (string), default context 'global'
|
:param str cache_context: Optional caching context identifier (string), default context 'global'
|
||||||
:param bool extract_archive: if True returned path will be a cached folder containing the archive's content,
|
:param bool extract_archive: if True returned path will be a cached folder containing the archive's content,
|
||||||
currently only zip files are supported.
|
currently only zip files are supported.
|
||||||
:param name: name of artifact.
|
:param name: name of the target file
|
||||||
:param force_download: download file from remote even if exists in local cache
|
:param force_download: download file from remote even if exists in local cache
|
||||||
:return: Full path to local copy of the requested url. Return None on Error.
|
:return: Full path to local copy of the requested url. Return None on Error.
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user