Skip to content

Commit 2f65245

Browse files
Update src/seclab_taskflow_agent/path_utils.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9c80bfe commit 2f65245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/seclab_taskflow_agent/path_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def log_dir() -> Path:
3737
Get the directory path for storing log files for the seclab-taskflow-agent.
3838
3939
Returns:
40-
str: The path to the log directory.
40+
Path: The path to the log directory.
4141
"""
4242
p = os.getenv("LOG_DIR")
4343
if not p:

0 commit comments

Comments
 (0)