Introduce new command definition tree #259

Merged
meggert merged 54 commits from bump-tmtccmd into v6.0.0-dev 2024-01-25 09:43:49 +01:00
56 changed files with 1564 additions and 1696 deletions
Showing only changes of commit 2bb917eab7 - Show all commits

View File

@@ -78,7 +78,7 @@ def handle_pus_procedure( # noqa C901: Complexity okay here.
cmd_path = info.cmd_path cmd_path = info.cmd_path
assert cmd_path is not None assert cmd_path is not None
cmd_path_list = cmd_path.split("/") cmd_path_list = cmd_path.split("/")
if cmd_path_list[0] == "/": if cmd_path_list[0] == "":
cmd_path_list = cmd_path_list[1:] cmd_path_list = cmd_path_list[1:]
if len(cmd_path_list) == 0: if len(cmd_path_list) == 0:
raise ValueError( raise ValueError(