Closed LukeCarrier closed 4 years ago
If ensure_file_cached() exits unsuccessfully it doesn't make sense to proceed with the call to copy_file() in on_post_build(). We should continue the next file.
ensure_file_cached()
copy_file()
on_post_build()
This will possibly resolve #8 -- I think this may be a duplicate. Will confirm momentarily.
If
ensure_file_cached()
exits unsuccessfully it doesn't make sense to proceed with the call tocopy_file()
inon_post_build()
. We should continue the next file.