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 28529f7 commit eb1cd88Copy full SHA for eb1cd88
src/fileio.jl
@@ -169,7 +169,7 @@ function create_files(
169
@assert cache_fn != staging_fn
170
@debug "Moving file \"$cache_fn\" to \"$staging_fn\"."
171
isfile(cache_fn) || error("Expected file \"$cache_fn\" to exist, but it doesn't.")
172
- mv(cache_fn, staging_fn; force=true)
+ mv(cache_fn, staging_fn)
173
end
174
175
empty!(cache_fnames)
0 commit comments