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 f573081 commit 51ab35eCopy full SHA for 51ab35e
src/graph_sitter/code_generation/codegen_sdk_codebase.py
@@ -9,7 +9,7 @@ def get_codegen_sdk_subdirectories() -> list[str]:
9
graphsitter_path = os.path.join(base, "graph_sitter")
10
paths = [os.path.join(base, "codemods")]
11
for dir in os.listdir(graphsitter_path):
12
- if dir in ["git", "extensions"]:
+ if dir in ["git", "extensions", "cli"]:
13
continue
14
paths.append(os.path.join(graphsitter_path, dir))
15
0 commit comments