Sanitize develop attribute

parent 26ec6bda
......@@ -128,6 +128,8 @@ class Recipe(object):
os.path.join(buildout['buildout']['parts-directory'], name))
if options.get('develop') in TRUE_VALUES:
self.develop = True
else:
self.develop = False
self.networkcache = buildout.get('networkcache', {})
......
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