This commit is contained in:
gwen 2024-09-10 10:07:00 +02:00
parent a1549e0765
commit cfd32c222d

View file

@ -78,12 +78,11 @@ class RougailUserDataEnvironment:
# carefull, it could be None -> in this case, do nothing
type_obj = CONVERT_OPTION.get(option_type, {}).get("func")
#
rougail_environment_var = get_rougail_environment_var()
option_name = option.path()
# this is used only for warning purposes
if option_name in unused_environment_var:
self.unused_environment_var.remove(option_name)
# let's parse the environment variables values
if option_name in rougail_environment_var:
if ismulti:
option_bash_value = get_rougail_environment_dict()[option_name]
# here we expect the bash option value of a multi to be coma separated: