mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-06 11:35:54 +08:00
Set evaluation file when autosaving (#2529)
This commit is contained in:
parent
94a0aedfda
commit
23a172711d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue