Skip to content

Commit

Permalink
fix for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Jun 20, 2024
1 parent 46a1735 commit d47ea86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/autopilot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ function read_project()
dict["gui"]["project"]
end

PROJECT=read_project()
PROJECT = read_project()
GLMakie.activate!(title = PROJECT)
DEFAULT_LOG = "output/last_sim_log"
DEFAULT_LOG::String = joinpath("output", "last_sim_log")

function test_observer(plot=true)
log = load_log("uncorrected")
Expand Down

0 comments on commit d47ea86

Please sign in to comment.