always generate host files now as well
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2023-02-09 15:58:41 +01:00
parent 15f8b9d0fb
commit 417969fcec
12 changed files with 526 additions and 49 deletions

View File

@ -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}")