Skip to content

Commit ef5a2de

Browse files
committed
CLN: Make print statement consistent
1 parent 659deb5 commit ef5a2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/check-version-consistency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def release_branch_version_matches_setup_version(setup_version, full_branch_name
5353
full_branch_name = get_branch_name()
5454

5555
if full_branch_name == "main":
56-
print("main branch does not need to be checked.")
56+
print(f"The branch is not a release branch: 'main'.")
5757
sys.exit(0)
5858

5959
try:

0 commit comments

Comments
 (0)