Skip to content

Commit ac969fd

Browse files
hugovkAA-Turner
andauthored
Remove f from non f string
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent fc23981 commit ac969fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ def start_build_of_source_and_docs(db: ReleaseShelf) -> None:
874874
print()
875875
print("Or using the GitHub CLI run:")
876876
print(
877-
f" gh workflow run source-and-docs-release.yml --repo python/release-tools"
877+
" gh workflow run source-and-docs-release.yml --repo python/release-tools"
878878
f" -f git_remote={origin_remote_github_owner}"
879879
f" -f git_commit={commit_sha}"
880880
f" -f cpython_release={db['release']}"

0 commit comments

Comments
 (0)