Skip to content

Commit

Permalink
Fix example path in ahs_program.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ykharkov committed Mar 5, 2024
1 parent 520c85e commit 444d2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ahs_program.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ json_str = JSON3.write(ir(ahs_program))
json_obj = JSON3.read(json_str)

# Define the file path
file_path = joinpath(@__DIR__, "../examples", "ahs_program.json")
file_path = joinpath(dirname(@__DIR__), "examples", "ahs_program.json")

# Write the JSON object to a file
open(file_path, "w") do file
Expand Down

0 comments on commit 444d2d4

Please sign in to comment.