Commit c752d39d authored by Łukasz Nowak's avatar Łukasz Nowak

Fix formatting.

parent d8ae39fb
...@@ -383,7 +383,7 @@ class Buildout(UserDict.DictMixin): ...@@ -383,7 +383,7 @@ class Buildout(UserDict.DictMixin):
# stated desires in the configuration. # stated desires in the configuration.
distributions = ['setuptools', 'zc.buildout'] distributions = ['setuptools', 'zc.buildout']
if LIBNETWORKCACHE_ENABLED: if LIBNETWORKCACHE_ENABLED:
distributions.append('slapos.libnetworkcache') distributions.append('slapos.libnetworkcache')
if options.get('offline') == 'true': if options.get('offline') == 'true':
ws = zc.buildout.easy_install.working_set( ws = zc.buildout.easy_install.working_set(
distributions, options['executable'], distributions, options['executable'],
......
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