We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7d7bef commit 2e98921Copy full SHA for 2e98921
app/__init__.py
@@ -9,7 +9,7 @@
9
assert version_info >= (3, 7, 0)
10
except AssertionError:
11
print('Warning Current Python version not supported')
12
- print(f'Current Python version: {version_info}')
+ print('Current Python version: {version}'.format(version=version_info))
13
exit(1)
14
15
0 commit comments