Skip to content

Commit

Permalink
Apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
eliascarv committed Jul 29, 2024
1 parent bca90a6 commit d4e4e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GADM.jl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function download(country; version="4.1")
if e isa HTTP.StatusError && e.status == 404
throw(ArgumentError("country code \"$country\" not found, please provide a standard ISO 3 country code"))
else
rethrow()
throw(ErrorException("download failed due to internet and/or server issues"))
end
end
end
Expand Down

0 comments on commit d4e4e51

Please sign in to comment.