Skip to content

Commit

Permalink
remove hard coded path
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Mar 10, 2024
1 parent a21f05f commit 3e45bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KitePodModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ using DocStringExtensions
export calc_alpha_depower, init_kcu, set_depower_steering, get_depower, get_steering
export KCU

if ! isfile("./data/settings.yaml")
if ! isfile(joinpath(get_data_path(), "settings.yaml"))
copy_settings()
end

Expand Down

0 comments on commit 3e45bfd

Please sign in to comment.