From dbf617edd647d5aebbecd46981504882eeb69560 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 30 Jun 2021 10:16:55 +0200 Subject: [PATCH] tmtccmd update --- tmtc/.idea/runConfigurations/TMTC_CLI.xml | 24 ++++++++++++++++++++ tmtc/.idea/runConfigurations/TMTC_Help.xml | 24 ++++++++++++++++++++ tmtc/.idea/runConfigurations/TMTC_PUS_17.xml | 24 ++++++++++++++++++++ tmtc/config/hook_implementation.py | 3 ++- tmtc/tmtccmd | 2 +- 5 files changed, 75 insertions(+), 2 deletions(-) create mode 100644 tmtc/.idea/runConfigurations/TMTC_CLI.xml create mode 100644 tmtc/.idea/runConfigurations/TMTC_Help.xml create mode 100644 tmtc/.idea/runConfigurations/TMTC_PUS_17.xml diff --git a/tmtc/.idea/runConfigurations/TMTC_CLI.xml b/tmtc/.idea/runConfigurations/TMTC_CLI.xml new file mode 100644 index 0000000..ffed4cd --- /dev/null +++ b/tmtc/.idea/runConfigurations/TMTC_CLI.xml @@ -0,0 +1,24 @@ + + + + + \ No newline at end of file diff --git a/tmtc/.idea/runConfigurations/TMTC_Help.xml b/tmtc/.idea/runConfigurations/TMTC_Help.xml new file mode 100644 index 0000000..27e943a --- /dev/null +++ b/tmtc/.idea/runConfigurations/TMTC_Help.xml @@ -0,0 +1,24 @@ + + + + + \ No newline at end of file diff --git a/tmtc/.idea/runConfigurations/TMTC_PUS_17.xml b/tmtc/.idea/runConfigurations/TMTC_PUS_17.xml new file mode 100644 index 0000000..c758e4f --- /dev/null +++ b/tmtc/.idea/runConfigurations/TMTC_PUS_17.xml @@ -0,0 +1,24 @@ + + + + + \ No newline at end of file diff --git a/tmtc/config/hook_implementation.py b/tmtc/config/hook_implementation.py index c25fb26..d7168b4 100644 --- a/tmtc/config/hook_implementation.py +++ b/tmtc/config/hook_implementation.py @@ -42,7 +42,8 @@ class FsfwHookBase(TmTcHookBase): ) -> Optional[CommunicationInterface]: from tmtccmd.config.com_if import create_communication_interface_default return create_communication_interface_default( - com_if_key=com_if_key, tmtc_printer=tmtc_printer, json_cfg_path=self.get_json_config_file_path() + com_if_key=com_if_key, tmtc_printer=tmtc_printer, + json_cfg_path=self.get_json_config_file_path() ) def perform_mode_operation(self, tmtc_backend: TmTcHandler, mode: int): diff --git a/tmtc/tmtccmd b/tmtc/tmtccmd index b0cf33b..7633cae 160000 --- a/tmtc/tmtccmd +++ b/tmtc/tmtccmd @@ -1 +1 @@ -Subproject commit b0cf33b8a6223247c5df38e5918ac8885c494c11 +Subproject commit 7633cae84f57d2e56b56ac76cb2e6af40650f812