Call pre & post scripts with args of base command

This commit is contained in:
Sven Heidemann 2022-11-18 08:36:21 +01:00
parent 879f59b0d5
commit 5dc7fce1e7

View File

@ -177,7 +177,7 @@ class Configuration(ConfigurationABC):
Console.write_line()
self._set_variable('ACTIVE_EXECUTABLE', script)
css.run([])
css.run(self._additional_arguments)
def _parse_arguments(self, executables: list[ArgumentABC], arg_list: list[str], args_types: list[ArgumentABC]):
for i in range(0, len(arg_list)):