unrestraint

This commit is contained in:
gwen 2024-09-18 11:00:47 +02:00
parent bb527b8d3f
commit 28be4ccb33

View file

@ -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):