Remove automatic 'location' setup in librecipe.

This has to be opt-in only as maybe we don't want it.
parent d3a59a82
......@@ -56,10 +56,6 @@ class GenericBaseRecipe(object):
self.buildout = buildout
self.logger = logging.getLogger(name)
if not options.get('location'):
options['location'] = os.path.join(
buildout['buildout']['parts-directory'], self.name)
self.options = options.copy() # If _options use self.optionIsTrue
self._options(options) # Options Hook
self.options = options.copy() # Updated options dict
......
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