Skip to content

Commit

Permalink
status feedback in download
Browse files Browse the repository at this point in the history
  • Loading branch information
pmartorell committed Feb 12, 2024
1 parent 9ecffe5 commit 72f907e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/STLs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ function download_thingi10k(id;path="")
filename = joinpath(path,"$id$ext")
Downloads.download(url,filename)
else
@warn "$id is no longer available on Thingiverse."
@warn "$id is no longer available on Thingiverse (ERROR $(r.status))"
filename = nothing
end
filename
Expand Down

0 comments on commit 72f907e

Please sign in to comment.