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

pull/37974/head
Toshio Kuratomi 6 years ago
parent 5d90ebb28e
commit a82fea65c1

@ -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…
Cancel
Save