We need to save the basename into an attribute for calling code
This commit is contained in:
parent
5d90ebb28e
commit
a82fea65c1
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ class PluginLoader:
|
|||
if not found_in_cache:
|
||||
self._load_config_defs(basename, path)
|
||||
|
||||
self._update_object(obj, name, path)
|
||||
self._update_object(obj, basename, path)
|
||||
yield obj
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue