cleaning
This commit is contained in:
parent
81443dc368
commit
1f287c3b51
1 changed files with 3 additions and 2 deletions
|
@ -80,7 +80,8 @@ class RougailUserDataEnvironment:
|
||||||
#
|
#
|
||||||
option_name = option.path()
|
option_name = option.path()
|
||||||
# this is used only for warning purposes
|
# 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)
|
self.unused_environment_var.remove(option_name)
|
||||||
# let's parse the environment variables values
|
# let's parse the environment variables values
|
||||||
option_bash_value = get_rougail_environment_dict()[option_name]
|
option_bash_value = get_rougail_environment_dict()[option_name]
|
||||||
|
|
Loading…
Reference in a new issue