Call pre & post scripts with args of base command
This commit is contained in:
parent
879f59b0d5
commit
5dc7fce1e7
@ -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)):
|
||||
|
Loading…
Reference in New Issue
Block a user