remove_temp_files

Summary

remove_temp_files(files)

This function removes all the files passed to it.

It is only used by the zip part of this module to clean up its mess as it has to extract the zip, then load it in as a Python object, then delete the files from disk.

Parameters:

files (list[Path]) – A list of files to remove.

Importing

from cs_board_tools.utilities.filesystem import remove_temp_files