Skip to content

Commit 6956d65

Browse files
committed
fix double @warn
1 parent b02f2b8 commit 6956d65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/utility.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ function functional(verbose=true)
6060
CUDA.versioninfo()
6161
@info("Successful!")
6262
catch ex
63-
@warn("Unsuccessful!")
64-
@warn(ex)
63+
@warn("Unsuccessful!", ex)
6564
println()
6665
end
6766
end

0 commit comments

Comments
 (0)