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

Fix typo.

parent cd0d23a2
......@@ -71,7 +71,7 @@ class Recipe(GenericSlapRecipe):
os.mkdir(self.dirname)
if not "json" in self.parameter_dict:
# no json transimtted, nothing to do
with open(options['output'], 'w') as f:
with open(self.options['output'], 'w') as f:
f.write("[buildout]\nparts =\n")
else:
self._generateRealTemplate()
......
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