We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f164f commit 37d5f89Copy full SHA for 37d5f89
doc/conf.py
@@ -21,7 +21,7 @@
21
# Read package version without importing it
22
for line in open(os.path.join(os.path.dirname(os.path.abspath('.')), "tarantool", "__init__.py")):
23
if line.startswith("__version__"):
24
- exec line
+ exec(line)
25
break
26
27
# -- General configuration -----------------------------------------------------
0 commit comments