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