Set evaluation file when autosaving (#2529)

This commit is contained in:
Jonatan Kłosko 2024-03-27 09:52:07 +01:00 committed by GitHub
parent 94a0aedfda
commit 23a172711d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2438,7 +2438,7 @@ defmodule Livebook.Session do
defp start_evaluation(state, cell, section) do
path =
case state.data.file do
case state.data.file || default_notebook_file(state) do
nil -> ""
file -> file.path
end