We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d82c578 commit b39e2c4Copy full SHA for b39e2c4
src/python/pants/backend/python/target_types.py
@@ -157,7 +157,8 @@ class PythonRunGoalUseSandboxField(TriBoolField):
157
alias = "run_goal_use_sandbox"
158
help = help_text(
159
"""
160
- Whether to use a sandbox when `run`ning this target. Defaults to `[python].run_goal_use_sandbox`.
+ Whether to use a sandbox when `run`ning this target. Defaults to
161
+ `[python].default_run_goal_use_sandbox`.
162
163
If true, runs of this target with the `run` goal will copy the needed first-party sources
164
into a temporary sandbox and run from there.
0 commit comments