From 312b31d7953d04c4b326fa3b02899f7d468e025c Mon Sep 17 00:00:00 2001 From: gwen Date: Mon, 9 Sep 2024 15:19:10 +0200 Subject: [PATCH] typo --- src/rougail/user-data-environment/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rougail/user-data-environment/data.py b/src/rougail/user-data-environment/data.py index 5a166f8..4e24af5 100644 --- a/src/rougail/user-data-environment/data.py +++ b/src/rougail/user-data-environment/data.py @@ -79,7 +79,7 @@ class RougailUserDataEnvironment: self.display_environment(option) def print(self, title, title_level): - qprint(' ' * title_level + '📂 ' + title, 'bold') + print(' ' * title_level + '📂 ' + title, 'bold') def display_environment(self, option): kwargs = {}