From 60b6da5d8db9d0bf4956ff64c9926b524da7d240 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Tue, 13 Apr 2021 22:54:37 +0300 Subject: [PATCH] Fix typo --- clearml/storage/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clearml/storage/manager.py b/clearml/storage/manager.py index fb0bddc8..d915d78e 100644 --- a/clearml/storage/manager.py +++ b/clearml/storage/manager.py @@ -38,7 +38,7 @@ class StorageManager(object): :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, 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 :return: Full path to local copy of the requested url. Return None on Error. """