Skip to content

Commit

Permalink
fix string whivch should have been an f-string (#21192)
Browse files Browse the repository at this point in the history
Needs to be an f-string in order for the replacement to occur ...
  • Loading branch information
tdyas authored Jul 23, 2024
1 parent fe86cb6 commit a46b4a8
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 a46b4a8

Please sign in to comment.