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

Silence buildout

parent ca41fd90
Branches
Tags v0.2.10
No related merge requests found
...@@ -129,6 +129,9 @@ class Recipe(object): ...@@ -129,6 +129,9 @@ class Recipe(object):
self.envwrapper = EnvironmentWrapper(self.logger, self.envwrapper = EnvironmentWrapper(self.logger,
zc.buildout.buildout.bool_option(options, 'debug', 'false'), prefixes) 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.python = PythonInterpreter(buildout, 'Python', options.copy())
self.scripts = UserScripts(buildout, 'Scripts', options.copy()) self.scripts = UserScripts(buildout, 'Scripts', options.copy())
self.ipython = IPythonInterpreter(buildout, 'IPython', 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