remove leading slash

This commit is contained in:
Robin Müller 2022-12-01 16:21:05 +01:00
parent 6308bbb3f0
commit 6e15281870
1 changed files with 1 additions and 1 deletions

View File

@ -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