We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a4316 commit a63b3dbCopy full SHA for a63b3db
doc/tools/build_modref_templates.py
@@ -57,7 +57,7 @@ def abort(error):
57
from runpy import run_path
58
59
try:
60
- source_version = run_path(version_file)['get_versions']()['version']
+ source_version = run_path(version_file)['version']
61
except (FileNotFoundError, KeyError):
62
pass
63
if source_version == '0+unknown':
0 commit comments