Commit 008302f0 authored by Bryton Lacquement's avatar Bryton Lacquement 🚪

default: remove processing of unused options

These options were used by a subclass that does not exist anymore.
parent e0185b5c
......@@ -268,8 +268,6 @@ class Script(EnvironMixin):
except KeyError:
self.options['location'] = os.path.join(
buildout['buildout']['parts-directory'], self.name)
for k in 'url', 'md5sum', 'path':
self.options[k] = self.options.get(k, '').strip()
self.script = self.options['script']
if self.script:
if self.options.get('format', 'yes') in TRUE_LIST:
......
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