updated tmtc
This commit is contained in:
@ -36,8 +36,9 @@ def set_globals_pre_args_parsing(gui: bool = False):
|
||||
|
||||
def add_globals_post_args_parsing(args: argparse.Namespace):
|
||||
set_default_globals_post_args_parsing(
|
||||
args=args, custom_service_list=CustomServiceList, custom_mode_list=CustomModeList,
|
||||
custom_com_if_list=None
|
||||
args=args, custom_services_list=[CustomServiceList],
|
||||
custom_modes_list=[CustomModeList],
|
||||
custom_com_ifs_lists=None
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user