Commit 9b763819 authored by Antoine Catton's avatar Antoine Catton

Minor: remove unused option assignment.

In addition to be useless, this assigment mess
up the options dict. This was adding a bad
connection parameter in publish recipe.
parent 99398f7e
......@@ -34,7 +34,6 @@ class GenericSlapRecipe(GenericBaseRecipe):
def __init__(self, buildout, name, options):
"""Default initialisation"""
options['eggs'] = 'slapos.cookbook'
GenericBaseRecipe.__init__(self, buildout, name, options)
self.slap = slap.slap()
......
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