From 576057737c023dd500dab600d4946c9593524072 Mon Sep 17 00:00:00 2001 From: gwen Date: Tue, 10 Sep 2024 09:59:32 +0200 Subject: [PATCH] cleaning --- src/rougail/user-data-environment/data.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/rougail/user-data-environment/data.py b/src/rougail/user-data-environment/data.py index f1d746e..3ea310a 100644 --- a/src/rougail/user-data-environment/data.py +++ b/src/rougail/user-data-environment/data.py @@ -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)