Commit 35eb189a authored by Alain Takoudjou's avatar Alain Takoudjou

Remove undefined values

parent 5694ede1
......@@ -79,9 +79,9 @@ class Recipe(GenericBaseRecipe):
def haschanges(self):
config_file = os.path.join(self.home, '.config')
current = [self.fullname, self.copyright, self.port,
current = [self.fullname, self.copyright,
self.password, self.mysqlhost, self.installroot,
self.project, self.passwd, self.ipv6]
self.project, self.passwd, url_base]
previous = []
result = False
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