Skip to content

Commit 424542a

Browse files
committed
Print one at a time
1 parent 88fccae commit 424542a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ResearchSoftwareMetadata.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ function crosswalk(git_dir = readchomp(`$(Git.git()) rev-parse --show-toplevel`)
643643
"# SPDX-License-Identifier: $(project["license"]["SPDX"])")
644644
end
645645
open(jl_file, "w") do io
646-
return println.(io, data)
646+
return println.(Ref(io), data)
647647
end
648648
end
649649
end

0 commit comments

Comments
 (0)