Commit bd7975b1 authored by Alain Takoudjou's avatar Alain Takoudjou

fixup: zero_knowledge:write, '_options is undefined'

parent d80c3396
......@@ -43,10 +43,10 @@ class WriteRecipe(GenericBaseRecipe):
if options.get('filename'):
self.filename = options['filename'].strip()
self.path = os.path.join(buildout['buildout']['directory'], self.filename)
del _options['filename']
del self._options['filename']
else:
self.path = options['file-path'].strip()
del options['file-path']
del self._options['file-path']
del self._options['recipe']
self.name = name
......
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