Skip to content
Snippets Groups Projects
Commit 956709b3 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Silence buildout

parent ca41fd90
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,9 @@ class Recipe(object):
self.envwrapper = EnvironmentWrapper(self.logger,
zc.buildout.buildout.bool_option(options, 'debug', 'false'), prefixes)
# Touch the options
self.dependent_scripts = options.get('dependent-scripts')
self.python = PythonInterpreter(buildout, 'Python', options.copy())
self.scripts = UserScripts(buildout, 'Scripts', options.copy())
self.ipython = IPythonInterpreter(buildout, 'IPython', options.copy())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment