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:
@ -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),
|
||||
|
Reference in New Issue
Block a user