Skip to content

Commit

Permalink
actually do the change
Browse files Browse the repository at this point in the history
  • Loading branch information
disberd committed Aug 28, 2024
1 parent df24abb commit 7b62d9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runner/PlutoRunner/src/evaluation/deleting globals.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ function move_vars(
old_workspace = getfield(Main, old_workspace_name)
new_workspace = getfield(Main, new_workspace_name)

do_reimports(new_workspace, module_imports_to_move)

for cell_id in cells_to_macro_invalidate
delete!(cell_expanded_exprs, cell_id)
end
Expand Down Expand Up @@ -96,6 +94,8 @@ function move_vars(
end
end

do_reimports(new_workspace, module_imports_to_move)

revise_if_possible(new_workspace)
end

Expand Down

0 comments on commit 7b62d9e

Please sign in to comment.