that should do the job
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
import os
|
||||
|
||||
from eive_tmtc.config.definitions import EIVE_TMTC_ROOT
|
||||
from tmtccmd.fsfw import parse_fsfw_returnvalues_csv, RetvalDictT
|
||||
from tmtccmd.logging import get_console_logger
|
||||
|
||||
DEFAULT_RETVAL_CSV_NAME = "eive_tmtc/config/returnvalues.csv"
|
||||
DEFAULT_RETVAL_CSV_NAME = EIVE_TMTC_ROOT / "config/returnvalues.csv"
|
||||
__RETVAL_DICT = None
|
||||
LOGGER = get_console_logger()
|
||||
|
||||
|
Reference in New Issue
Block a user