Unverified Commit 5e35c2b6 authored by SUPERustam's avatar SUPERustam Committed by GitHub

Update extract_version.py

parent efbff95e
......@@ -14,4 +14,4 @@ with open(config_h, 'r') as fp:
if m:
data[m.group(1)] = int(m.group(2))
print('{}.{}.{}'.format(data['MAJOR'], data['MINOR'], data['PATCH']))
print(f"{data['MAJOR']}.{data['MINOR']}.{data['PATCH']}")
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment