Update the dest
return parameter in the 'result` dictionary in case that the 'dest' variable gets recomposed from the destination directory and the filename. (#53823)
That's a proposal to fix #53822.
This commit is contained in:
parent
f86345f777
commit
b24a1b3e13
1 changed files with 1 additions and 0 deletions
|
@ -573,6 +573,7 @@ def main():
|
|||
# it.
|
||||
filename = url_filename(info['url'])
|
||||
dest = os.path.join(dest, filename)
|
||||
result['dest'] = dest
|
||||
|
||||
# raise an error if there is no tmpsrc file
|
||||
if not os.path.exists(tmpsrc):
|
||||
|
|
Loading…
Reference in a new issue