Skip to content

Commit

Permalink
Merge branch 'main' into feature/julia_package_release
Browse files Browse the repository at this point in the history
  • Loading branch information
ykharkov authored Mar 5, 2024
2 parents d990cd8 + cd3c0d7 commit 26de709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ahs_program.jl
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ json_obj = JSON3.read(json_str)
# Define the file path
file_path = joinpath(dirname(@__DIR__), "examples", "ahs_program_default.json")


# Write the JSON object to a file
open(file_path, "w") do file
JSON3.write(file, json_obj) # The '4' here is for pretty printing with an indent of 4 spaces
Expand Down

0 comments on commit 26de709

Please sign in to comment.