Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit efeb4e3

Browse files
authored
1.1.3
1 parent 5d212ad commit efeb4e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def search_ext_version(self, found_extensions):
8383
else:
8484
name = name.rsplit('/',2)[1]
8585
if '/doc/manual.' in path:
86-
# If version info was already found, do not use manual
86+
# Only use manual if version info has not already been found elsewhere
8787
if found_extensions[name]['version'] is None:
8888
found_extensions[name]['version'] = 'Check manually'
8989
found_extensions[name]['file'] = path

0 commit comments

Comments
 (0)