Commit 382860ad authored by Lucas Carvalho's avatar Lucas Carvalho

Typo.

parent 0d5c1c7a
......@@ -88,8 +88,10 @@ class Eggs(object):
kw = {}
if 'unzip' in options:
kw['always_unzip'] = options.query_bool('unzip', None)
if 'network-cache' in b_options:
kw['network_cache'] = b_options.get('network-cache')
if 'sha-cache' in b_options:
kw['sha_cache'] = b_options.get('sha-cache')
if 'sha-dir' in b_options:
kw['sha_dir'] = b_options.get('sha-dir')
ws = zc.buildout.easy_install.install(
distributions, options['eggs-directory'],
......
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