We need to save the basename into an attribute for calling code

This commit is contained in:
Toshio Kuratomi 2018-03-26 13:09:50 -07:00
parent 5d90ebb28e
commit a82fea65c1

View file

@ -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