Loading buildstream/_pipeline.py +3 −0 Original line number Original line Diff line number Diff line Loading @@ -140,6 +140,9 @@ class Pipeline(): # Create the factories after resolving the project # Create the factories after resolving the project pluginbase = PluginBase(package='buildstream.plugins') pluginbase = PluginBase(package='buildstream.plugins') pluginlist = ([k for k in self._source_format_versions.keys()] + [k for k in self._element_format_versions.keys()]) print("Plugin list: {}".format(pluginlist)) self.element_factory = ElementFactory(pluginbase, project._plugin_element_paths) self.element_factory = ElementFactory(pluginbase, project._plugin_element_paths) self.source_factory = SourceFactory(pluginbase, project._plugin_source_paths) self.source_factory = SourceFactory(pluginbase, project._plugin_source_paths) Loading Loading
buildstream/_pipeline.py +3 −0 Original line number Original line Diff line number Diff line Loading @@ -140,6 +140,9 @@ class Pipeline(): # Create the factories after resolving the project # Create the factories after resolving the project pluginbase = PluginBase(package='buildstream.plugins') pluginbase = PluginBase(package='buildstream.plugins') pluginlist = ([k for k in self._source_format_versions.keys()] + [k for k in self._element_format_versions.keys()]) print("Plugin list: {}".format(pluginlist)) self.element_factory = ElementFactory(pluginbase, project._plugin_element_paths) self.element_factory = ElementFactory(pluginbase, project._plugin_element_paths) self.source_factory = SourceFactory(pluginbase, project._plugin_source_paths) self.source_factory = SourceFactory(pluginbase, project._plugin_source_paths) Loading