This commit is contained in:
gwen 2024-09-10 10:17:36 +02:00
parent 81443dc368
commit 1f287c3b51

View file

@ -80,7 +80,8 @@ class RougailUserDataEnvironment:
#
option_name = option.path()
# this is used only for warning purposes
if option_name in unused_environment_var:
if option_name not in unused_environment_var:
return
self.unused_environment_var.remove(option_name)
# let's parse the environment variables values
option_bash_value = get_rougail_environment_dict()[option_name]