Commit e80de2df authored by Jonathan Maw's avatar Jonathan Maw
Browse files

Test minimal change to make the CI complain

parent 603d2557
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -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)