Merge pull request #933 from sbromberger/patch-1

Update output.jl
This commit is contained in:
Michael Krabbe Borregaard 2017-06-16 17:21:26 +02:00 committed by GitHub
commit cc3822b222

View File

@ -220,7 +220,7 @@ if is_installed("FileIO")
FileIO.save(pngfn, s)
# now write from the file
write(io, readall(open(pngfn)))
write(io, readstring(open(pngfn)))
end
end