typo
This commit is contained in:
parent
5175ebca19
commit
312b31d795
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class RougailUserDataEnvironment:
|
||||||
self.display_environment(option)
|
self.display_environment(option)
|
||||||
|
|
||||||
def print(self, title, title_level):
|
def print(self, title, title_level):
|
||||||
qprint(' ' * title_level + '📂 ' + title, 'bold')
|
print(' ' * title_level + '📂 ' + title, 'bold')
|
||||||
|
|
||||||
def display_environment(self, option):
|
def display_environment(self, option):
|
||||||
kwargs = {}
|
kwargs = {}
|
||||||
|
|
Loading…
Reference in a new issue