always generate host files now as well
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
This commit is contained in:
@ -91,7 +91,10 @@ class BspConfig:
|
||||
|
||||
|
||||
def parse_events(
|
||||
bsp_type: BspType, generate_csv: bool, generate_cpp: bool, copy_csv_to_eive_tmtc: bool
|
||||
bsp_type: BspType,
|
||||
generate_csv: bool,
|
||||
generate_cpp: bool,
|
||||
copy_csv_to_eive_tmtc: bool,
|
||||
):
|
||||
bsp_cfg = BspConfig(bsp_type)
|
||||
_LOGGER.info(f"EventParser: Parsing events for {bsp_type.name}")
|
||||
|
Reference in New Issue
Block a user