cleaning
This commit is contained in:
parent
17b17d3e23
commit
576057737c
1 changed files with 1 additions and 2 deletions
|
@ -65,8 +65,7 @@ class RougailUserDataEnvironment:
|
|||
def parse(self, config):
|
||||
for option in config:
|
||||
if option.isoptiondescription():
|
||||
self.print(option.description(), title_level)
|
||||
self.parse(option, title_level + 1)
|
||||
self.parse(option)
|
||||
else:
|
||||
self.load_environment(option)
|
||||
|
||||
|
|
Loading…
Reference in a new issue