Skip to content

Commit

Permalink
Better log
Browse files Browse the repository at this point in the history
  • Loading branch information
islean committed Oct 30, 2023
1 parent e7f8588 commit 9afb5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg/meta/compress/compress.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def decompress_spring(self, sample_id: str) -> bool:
):
LOG.warning(f"Could not find {compression.spring_path} on disk")
return False
LOG.info("Until the SPRING file is retrieved from PDC and decrypted")
LOG.info("The SPRING file will be retrieved from PDC and decrypted")
self.backup_api.retrieve_and_decrypt_spring_file(
spring_file_path=Path(compression.spring_path)
)
Expand Down

0 comments on commit 9afb5a2

Please sign in to comment.