We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c7220 commit f056dbcCopy full SHA for f056dbc
test/spawn.jl
@@ -26,7 +26,7 @@ function _tryonce_download_from_cache(desired_url::AbstractString)
26
cache_output_filename = joinpath(mktempdir(), "myfile")
27
cache_response = Downloads.request(
28
cache_url;
29
- output = cache_output,
+ output = cache_output_filename,
30
throw = false,
31
timeout = 60,
32
)
0 commit comments