Skip to content

Commit

Permalink
feat: updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
picsalex committed Apr 2, 2024
1 parent bd0b33e commit 643670c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(self, pipeline_name: str, log_folder_root_path: Optional[str]):

def clean(self) -> None:
"""
Cleans the log folder. If the log folder is a temporary directory, it will be removed.
Cleans the log folder. If the log folder is a temporary directory, it is removed.
Otherwise, only the pipeline log folder is removed.
"""
if self.uses_temp_dir and self.log_folder_root_path:
Expand Down

0 comments on commit 643670c

Please sign in to comment.