This commit is contained in:
john-zielke-snkeos 2023-02-24 19:13:13 +01:00
parent 8f57c5132c
commit df5d317c06

View File

@ -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,