Skip to content

Commit 7860871

Browse files
committed
fix: apply ruff recommendation
1 parent 0bedcd7 commit 7860871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/release/lib/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def create_release(
2525

2626
except Exception as exp:
2727
raise Exception(
28-
f"create_release: Error creating release/tag {tag}: {str(exp)}"
28+
f"create_release: Error creating release/tag {tag}: {exp!s}"
2929
) from exp
3030

3131

0 commit comments

Comments
 (0)