Skip to content

Commit 2b8a9a0

Browse files
beckermrh-vetinari
andauthored
Update autotick-bot/compute_next_version.py
Co-authored-by: h-vetinari <[email protected]>
1 parent 2c554de commit 2b8a9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autotick-bot/compute_next_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
curr_version = _version
3939
curr_version_line = line
4040
assert curr_version is not None
41-
print("found current version: %s" % curr_version_line, file=sys.stderr, flush=True)
41+
print(f"found current version: {curr_version_line}", file=sys.stderr, flush=True)
4242

4343
# figure out if we bump the major, minor or patch version
4444
major_minor, patch = curr_version_line.rsplit(".", 1)

0 commit comments

Comments
 (0)