Skip to content

Commit

Permalink
fix string whivch should have been an f-string (Cherry-pick of #21192) (
Browse files Browse the repository at this point in the history
#21193)

Needs to be an f-string in order for the replacement to occur ...

Co-authored-by: Tom Dyas <[email protected]>
  • Loading branch information
WorkerPants and tdyas authored Jul 23, 2024
1 parent 46e358a commit dc62fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/core/util_rules/environments.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc62fc2

Please sign in to comment.