Mode handling fix #300

Merged
muellerr merged 5 commits from mode-handling-fix into main 2025-01-17 11:22:01 +01:00
Showing only changes of commit 20489a02d2 - Show all commits

View File

@ -52,7 +52,7 @@ from eive_tmtc.tmtc.wdt import create_wdt_node
class EiveHookObject(HookBase):
def __init__(self, json_cfg_path: str):
super().__init__(json_cfg_path=json_cfg_path)
super().__init__(json_cfg_path)
def get_command_definitions(self) -> CmdTreeNode:
root_node = CmdTreeNode.root_node()