From dc62fc21dd79594e3d383d23b7c7ed4c47e64d1e Mon Sep 17 00:00:00 2001 From: "Worker Pants (Pantsbuild GitHub Automation Bot)" <133242086+WorkerPants@users.noreply.github.com> Date: Tue, 23 Jul 2024 17:53:07 -0400 Subject: [PATCH] fix string whivch should have been an f-string (Cherry-pick of #21192) (#21193) Needs to be an f-string in order for the replacement to occur ... Co-authored-by: Tom Dyas --- src/python/pants/core/util_rules/environments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/pants/core/util_rules/environments.py b/src/python/pants/core/util_rules/environments.py index 04bf5bfe7cc..4c59be6a222 100644 --- a/src/python/pants/core/util_rules/environments.py +++ b/src/python/pants/core/util_rules/environments.py @@ -197,7 +197,7 @@ class LocalWorkspaceEnvironmentTarget(Target): LocalWorkspaceCompatiblePlatformsField, ) help = help_text( - """ + f""" Configuration of a "workspace" execution environment for specific platforms. A "workspace" environment is a local environment which executes build processes within