need to fix action reply handler
All checks were successful
EIVE/-/pipeline/head This commit looks good

This commit is contained in:
2024-05-06 11:23:31 +02:00
parent 5da55c3c99
commit 86a68e25f7
11 changed files with 80 additions and 68 deletions

View File

@ -97,8 +97,8 @@ def setup_params() -> Tuple[SetupWrapper, int]:
hk_level = int(post_arg_parsing_wrapper.args_raw.hk)
else:
hk_level = 0
if params.app_params.print_tree:
perform_tree_printout(params.app_params, hook_obj.get_command_definitions())
if params.cmd_params.print_tree:
perform_tree_printout(params.cmd_params, hook_obj.get_command_definitions())
sys.exit(0)
params.apid = PUS_APID
if params.com_if is None: