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 fc2176e commit 20f5a86
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 @@ -126,7 +126,7 @@ function _find_ambiguities(
end
cmd = `$cmd --startup-file=no -e $code`

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

0 comments on commit 20f5a86

Please sign in to comment.