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):
|
def parse(self, config):
|
||||||
for option in config:
|
for option in config:
|
||||||
if option.isoptiondescription():
|
if option.isoptiondescription():
|
||||||
self.print(option.description(), title_level)
|
self.parse(option)
|
||||||
self.parse(option, title_level + 1)
|
|
||||||
else:
|
else:
|
||||||
self.load_environment(option)
|
self.load_environment(option)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue