Commit e5519e41 authored by Xiaowu Zhang's avatar Xiaowu Zhang

'' is not in tuple

parent ff70b8b7
......@@ -48,7 +48,7 @@ class Recipe:
'exclusive.')
self.parts = None
self.destination = self.options.get('destination', None)
self.shared = shared = is_true(options.get('shared', '').lower())
self.shared = shared = is_true(options.get('shared', 'false').lower())
if self.destination is None:
if shared:
shared_part = buildout['buildout'].get('shared-part', None)
......
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