Skip to content

Commit

Permalink
Update src/ambiguities.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Aug 24, 2023
1 parent 20f5a86 commit 15aef7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ambiguities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function _find_ambiguities(
cmd = `$cmd --startup-file=no -e $code`

outfile, out = mktemp()
errfile, err = mktemp(; cleanup = false)
errfile, err = mktemp()
succ = success(pipeline(cmd; stdout = out, stderr = err))
strout = read(outfile, String)
strerr = read(errfile, String)
Expand Down

0 comments on commit 15aef7e

Please sign in to comment.