Skip to content

Commit 8329d42

Browse files
Update src/seclab_taskflow_agent/path_utils.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b8f4a5d commit 8329d42

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
@@ -23,5 +23,5 @@ def mcp_data_dir(packagename: str, mcpname: str, env_override: str | None):
2323
ensure_exists = True)
2424
# Each MCP server gets its own sub-directory
2525
p = Path(d).joinpath(packagename).joinpath(mcpname)
26-
p.mkdir(parents = True, exist_ok = True)
26+
p.mkdir(parents=True, exist_ok=True)
2727
return p

0 commit comments

Comments
 (0)