Commit e598635b authored by Alain Takoudjou's avatar Alain Takoudjou

Remove undefined values (bis)

parent e8bb4a1a
...@@ -81,7 +81,7 @@ class Recipe(GenericBaseRecipe): ...@@ -81,7 +81,7 @@ class Recipe(GenericBaseRecipe):
config_file = os.path.join(self.home, '.config') config_file = os.path.join(self.home, '.config')
current = [self.fullname, self.copyright, current = [self.fullname, self.copyright,
self.password, self.mysqlhost, self.installroot, self.password, self.mysqlhost, self.installroot,
self.project, self.passwd, url_base] self.project, self.passwd, self.url_base]
previous = [] previous = []
result = False result = False
if os.path.exists(config_file): if os.path.exists(config_file):
......
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