From 91190018529d9fdbe6f8f725009067f30c3443f0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Wed, 19 Oct 2011 09:25:01 +0200
Subject: [PATCH] Fix typo.

---
 slapos/recipe/generate_erp5_tidstorage.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slapos/recipe/generate_erp5_tidstorage.py b/slapos/recipe/generate_erp5_tidstorage.py
index c7ce682fe..f0cded3a5 100644
--- a/slapos/recipe/generate_erp5_tidstorage.py
+++ b/slapos/recipe/generate_erp5_tidstorage.py
@@ -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()
-- 
2.30.9