mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Fix typo
This commit is contained in:
parent
8f57c5132c
commit
df5d317c06
@ -781,7 +781,7 @@ class StorageHelper(object):
|
|||||||
if async_enable:
|
if async_enable:
|
||||||
data = self._UploadData(
|
data = self._UploadData(
|
||||||
src_path=src_path,
|
src_path=src_path,
|
||||||
dest_path=canonized_dest_path,
|
dest_path=dest_path,
|
||||||
canonized_dest_path=canonized_dest_path,
|
canonized_dest_path=canonized_dest_path,
|
||||||
extra=extra,
|
extra=extra,
|
||||||
callback=cb,
|
callback=cb,
|
||||||
|
Loading…
Reference in New Issue
Block a user