From 6e152818707c7a12be8900bc239a0073053c0bec Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 1 Dec 2022 16:21:05 +0100 Subject: [PATCH] remove leading slash --- eive_tmtc/config/events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eive_tmtc/config/events.py b/eive_tmtc/config/events.py index 2591343..b706986 100644 --- a/eive_tmtc/config/events.py +++ b/eive_tmtc/config/events.py @@ -6,7 +6,7 @@ from tmtccmd.fsfw import parse_fsfw_events_csv from tmtccmd.pus.pus_5_event import EventDictT LOGGER = get_console_logger() -DEFAULT_EVENTS_CSV_PATH = EIVE_TMTC_ROOT / "/config/events.csv" +DEFAULT_EVENTS_CSV_PATH = EIVE_TMTC_ROOT / "config/events.csv" __EVENT_DICT = None