Skip to content

Commit a27c34a

Browse files
committed
bugfix
1 parent 8d2872d commit a27c34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ function KeywordArgumentException(key, given)
149149
KeywordArgumentException(key, given, "")
150150
end
151151
function Base.showerror(io::IO, E::KeywordArgumentException)
152-
print(io, "Invalid argument $given for $key. ", E.msg)
152+
print(io, "Invalid argument $(E.given) for $(E.key). ", E.msg)
153153
end
154154

155155
struct FiniteException <: Exception

0 commit comments

Comments
 (0)