some bugfixes

This commit is contained in:
2022-11-30 17:26:25 +01:00
parent 4cfd2d684a
commit c421f3f5d7
4 changed files with 5 additions and 4 deletions

View File

@ -14,7 +14,7 @@ from tmtccmd.fsfw import parse_fsfw_events_csv, EventDictT, EventInfo
LOGGER = get_console_logger()
DEFAULT_EVENTS_CSV_PATH = "config/events.csv"
DEFAULT_EVENTS_CSV_PATH = "eive_tmtc/config/events.csv"
__EVENT_DICT = None