Add TODO that is much clearer than docstring

This commit is contained in:
Jakub Kadlčík
2016-11-18 02:07:24 +01:00
parent 6702b9498f
commit 638a287a29

View File

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