This commit is contained in:
Sven Heidemann 2021-03-10 21:41:40 +01:00
parent 973fd39f44
commit db34f62fde

View File

@ -136,7 +136,7 @@ class Configuration(ConfigurationABC):
if argument_name != argument_type.name and argument_name not in argument_type.aliases:
return False
self._set_variable(argument_name, value)
self._set_variable(argument_type.name, value)
result = True
elif argument_type.name == argument or argument in argument_type.aliases: