(cherry picked from commit 2a29b2ff7f
)
This commit is contained in:
parent
609c792072
commit
723dcea33e
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ def get_plugin_info(module_dir, limit_to=None, verbose=False):
|
|||
module_info[module] = {'path': module_path,
|
||||
'source': os.path.relpath(module_path, module_dir),
|
||||
'deprecated': deprecated,
|
||||
'aliases': set(),
|
||||
'aliases': module_info[module].get('aliases', set()),
|
||||
'metadata': metadata,
|
||||
'doc': doc,
|
||||
'examples': examples,
|
||||
|
|
Loading…
Reference in a new issue