Skip to content

Commit

Permalink
Merge branch 'master' of github.com:CurricularAnalytics/CurricularAna…
Browse files Browse the repository at this point in the history
…lytics.jl
  • Loading branch information
haydenfree committed Feb 4, 2022
2 parents 1cc0c7f + 22fe065 commit 2e9043b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DataHandler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ function write_csv(curric::Curriculum, file_path::AbstractString; iostream=false
if iostream == true
csv_file = IOBuffer()
write_csv_content(csv_file, curric, false, metrics=metrics)
return csv_file
else
open(file_path, "w") do csv_file
write_csv_content(csv_file, curric, false, metrics=metrics)
Expand Down

2 comments on commit 2e9043b

@haydenfree
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/53845

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.3.3 -m "<description of version>" 2e9043be02d625ea729fc631034552ec3b629987
git push origin v1.3.3

Please sign in to comment.