Skip to content
Commit 64b82e59 authored by Andreas Cord-Landwehr's avatar Andreas Cord-Landwehr
Browse files

Fix download of remote URLs.

By downloading to a temporary file, file_copy must set to overwrite the
existing (temporary) file. Otherwise, it performs a safety abort. Since
the temporary file is ensured to be just created and not contain any
data, it can safely be overwritten.

BUG: 357624
parent 1d14e946
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment