diff --git a/module_build_service/builder.py b/module_build_service/builder.py index d6e6e081..ff433bad 100644 --- a/module_build_service/builder.py +++ b/module_build_service/builder.py @@ -825,6 +825,7 @@ class CoprModuleBuilder(GenericBuilder): This function is here to ensure that the buildroot (repo) is ready and contains the listed artifacts if specified. """ + # @TODO check whether artifacts are in the buildroot (called from repos.py) return True def buildroot_add_artifacts(self, artifacts, install=False):