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

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
whoot authored May 14, 2023
1 parent 5d212ad commit efeb4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def search_ext_version(self, found_extensions):
else:
name = name.rsplit('/',2)[1]
if '/doc/manual.' in path:
# If version info was already found, do not use manual
# Only use manual if version info has not already been found elsewhere
if found_extensions[name]['version'] is None:
found_extensions[name]['version'] = 'Check manually'
found_extensions[name]['file'] = path
Expand Down

0 comments on commit efeb4e3

Please sign in to comment.