I've explicitly set `default_run_goal_use_sandbox=...
# general
a
I've explicitly set
default_run_goal_use_sandbox=false
in pants.toml, however, on
pants run {file}.py
the execution still occurs on
/private/.../pants-sandbox
. Any ideas how to solve this issue?
h
And does the same thing happen if you set it to
true
?
Also, can you set up a small repo that exposes the issue?
a
Yes it's repro-able with both true and false
Yes I can setup a repo
Update: The issue was with prefect's pathing system. It did not like files being nested for some reason.
h
Cool, glad that got sorted