Skip to content

Commit

Permalink
Allow active project to be loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
00vareladavid committed Nov 19, 2019
1 parent 22f0121 commit ad55c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Operations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,7 @@ function sandbox(fn::Function, ctx::Context, target::PackageSpec, target_path::S
@debug "Using _clean_ dep graph"
end
# Run sandboxed code
withenv(fn, "JULIA_LOAD_PATH" => tmp)
withenv(fn, "JULIA_LOAD_PATH" => "@:$(tmp)")
end
end
end
Expand Down

0 comments on commit ad55c39

Please sign in to comment.