Update output.jl
Change `readall` to `readstring` for 0.6- compatibility.
This commit is contained in:
parent
c9839dbefa
commit
57b9602b13
@ -220,7 +220,7 @@ if is_installed("FileIO")
|
|||||||
FileIO.save(pngfn, s)
|
FileIO.save(pngfn, s)
|
||||||
|
|
||||||
# now write from the file
|
# now write from the file
|
||||||
write(io, readall(open(pngfn)))
|
write(io, readstring(open(pngfn)))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user