Commit 83fbc4ea authored by Antoine Catton's avatar Antoine Catton

Do not return cache-file path in uuid recipe

This leads to some bug, since cache-file is deleted
every buildout run.
parent f7eebb0c
......@@ -52,4 +52,4 @@ class Recipe(GenericBaseRecipe):
options['uuid'] = generated_uuid.hex
def install(self):
return [self.options['cache-file']]
return []
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment