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

@ -132,9 +132,7 @@ def handle_file_export(cfg: BspConfig, list_items, copy_to_eive_tmtc: bool):
file_separator=FILE_SEPARATOR,
)
if copy_to_eive_tmtc:
_LOGGER.info(
f"ObjectParser: Copying CSV file to {CSV_COPY_DEST}"
)
_LOGGER.info(f"ObjectParser: Copying CSV file to {CSV_COPY_DEST}")
copy_file(
filename=Path(cfg.csv_obj_filename),
destination=Path(CSV_COPY_DEST),