dfd
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled
This commit is contained in:
@@ -703,7 +703,7 @@ class Add_File(Cmdlet):
|
||||
continue
|
||||
|
||||
# No destination specified: keep legacy behavior (download-media only).
|
||||
code = self._delegate_to_download_data(item, url_str, location, provider_name, args, config)
|
||||
code = self._delegate_to_download_media(item, url_str, location, provider_name, args, config)
|
||||
if code == 0:
|
||||
successes += 1
|
||||
else:
|
||||
@@ -1509,7 +1509,7 @@ class Add_File(Cmdlet):
|
||||
pass
|
||||
return None
|
||||
|
||||
def _delegate_to_download_data(
|
||||
def _delegate_to_download_media(
|
||||
self,
|
||||
result: Any,
|
||||
url_str: str,
|
||||
|
||||
Reference in New Issue
Block a user