We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf2001 commit bc1142bCopy full SHA for bc1142b
src/codegen/cli/commands/claude/utils.py
@@ -8,7 +8,7 @@ def resolve_claude_path() -> str | None:
8
"""Resolve the path to the Claude Code CLI.
9
10
Tries PATH first, then common local install locations created by `claude /migrate`.
11
-
+
12
Returns:
13
Path to the claude executable if found, None otherwise.
14
"""
@@ -36,4 +36,4 @@ def resolve_claude_path() -> str | None:
36
# Best-effort checks only; ignore filesystem errors
37
pass
38
39
- return None
+ return None
0 commit comments