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