Skip to content

Commit fc6cdda

Browse files
Update src/AWSExceptions.jl
1 parent 0b3ee3a commit fc6cdda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AWSExceptions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function AWSException(e::HTTP.StatusError, body::AbstractString)
110110
end
111111

112112
# Sometimes info is a string, in which case there is nothing else to do
113-
if (info isa AbstractDict)
113+
if info isa AbstractDict
114114
# There are times when Errors or Error are returned back
115115
info = get(info, "Errors", info)
116116
info = get(info, "Error", info)

0 commit comments

Comments
 (0)