From 2bb917eab7474988b43934683d304cf5ff79e021 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 22 Nov 2023 19:25:04 +0100 Subject: [PATCH] last bugfixes --- eive_tmtc/pus_tc/cmd_demux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eive_tmtc/pus_tc/cmd_demux.py b/eive_tmtc/pus_tc/cmd_demux.py index 81b8213..7e45679 100644 --- a/eive_tmtc/pus_tc/cmd_demux.py +++ b/eive_tmtc/pus_tc/cmd_demux.py @@ -78,7 +78,7 @@ def handle_pus_procedure( # noqa C901: Complexity okay here. cmd_path = info.cmd_path assert cmd_path is not None cmd_path_list = cmd_path.split("/") - if cmd_path_list[0] == "/": + if cmd_path_list[0] == "": cmd_path_list = cmd_path_list[1:] if len(cmd_path_list) == 0: raise ValueError(