This commit is contained in:
gwen 2024-09-10 09:20:55 +02:00
parent 56cf1fc97e
commit 23b5b84c93

View file

@ -101,7 +101,7 @@ class RougailUserDataEnvironment:
ismulti = option.ismulti()
type_obj = None
# here we retrieve the conversion func of the considered type
# carefull, it could be None -> in this case, do nothing
# 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()