2021.4.1 #11

Merged
edraft merged 172 commits from 2021.04.01 into 2021.04 2021-03-21 20:04:24 +01:00
Showing only changes of commit db34f62fde - Show all commits

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: