Commit 4c53ad89 authored by Vincent Pelletier's avatar Vincent Pelletier

Word-wrap at 80.

parent 1f9a4026
......@@ -70,7 +70,8 @@ class Recipe(object):
md5sum=options.get('md5sum'),
)[0]
self.rendered = options['rendered']
self.extension_list = [x for x in (y.strip() for y in options.get('extensions', '').split()) if x]
self.extension_list = [x for x in (y.strip()
for y in options.get('extensions', '').split()) if x]
self.context = context = {}
if _buildout_safe_dumps is not None:
context[DUMPS_KEY] = _buildout_safe_dumps
......
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