Skip to content
Snippets Groups Projects
Commit 2ef222e7 authored by Takumi.Matsunobu's avatar Takumi.Matsunobu
Browse files

Update compress.py

parent d7866c03
No related branches found
No related tags found
No related merge requests found
Pipeline #20053 failed
......@@ -53,9 +53,10 @@ def compress_outputs():
# Remove source files
if destination_file_path.exists():
logger.info(f"crazy: {destination_file_path.exists()} {destination_file_path.as_posix()!r}.")
logger.info(f"{source_file_path.name!r} copied to {destination_file_path.as_posix()!r}.")
logger.info(f"Removing {source_file_path.as_posix()!r}")
source_file_path.unlink()
#source_file_path.unlink()
if __name__ == "__main__":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment