Skip to content

Commit

Permalink
🌸 fix #2755
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Aug 12, 2024
1 parent fb2f187 commit d00fe98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notebook/Notebook.jl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function _report_business_cells_planned!(notebook::Notebook)
Status.report_business_planned!(run_status, :resolve_topology)
cell_status = Status.report_business_planned!(run_status, :evaluate)
for (i,c) in enumerate(notebook.cells)
c.running = true
c.running = false
c.queued = true
Status.report_business_planned!(cell_status, Symbol(i))
end
Expand Down

0 comments on commit d00fe98

Please sign in to comment.