Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Mar 25, 2024
1 parent 0c23027 commit ecfbf0a
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 @@ -209,7 +209,7 @@ function load_log()
end
end

function save_log()
function save_log_()
@async begin
filename = fetch(Threads.@spawn save_file("data"; filterlist="arrow"))
if filename != ""
Expand Down Expand Up @@ -262,7 +262,7 @@ on(viewer.btn_OK.clicks) do c
elseif viewer.menu.i_selected[] == 3
load_plot()
elseif viewer.menu.i_selected[] == 4
save_plot()
save_log_()
end
end

Expand Down

0 comments on commit ecfbf0a

Please sign in to comment.