unrestraint
This commit is contained in:
parent
bb527b8d3f
commit
28be4ccb33
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env python3
|
||||
"""
|
||||
Silique (https://www.silique.fr)
|
||||
Copyright (C) 2024
|
||||
|
@ -55,7 +54,7 @@ class RougailUserDataEnvironment:
|
|||
|
||||
def run(self):
|
||||
self.config.property.read_write()
|
||||
self.parse(self.config)
|
||||
self.parse(self.config.unrestraint)
|
||||
self.config.property.read_only()
|
||||
# about unused bash environment variables
|
||||
if len(self.rougail_environment_vars):
|
||||
|
|
Loading…
Reference in a new issue