Compare commits

...

1 Commits

Author SHA1 Message Date
6e15281870 remove leading slash 2022-12-01 16:21:05 +01:00

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