Skip to content

Commit 5b67744

Browse files
Ilaria EnacheIlaria Enache
Ilaria Enache
authored and
Ilaria Enache
committed
update script
1 parent 1758187 commit 5b67744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_llms.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_all_markdown_files(directory):
2121
print(f"Docs directory not found: {directory}")
2222
return results
2323

24-
for root, dirs, files in os.walk(directory):
24+
for root, _, files in os.walk(directory):
2525
# Skip the root directory
2626
if root == directory:
2727
continue

0 commit comments

Comments
 (0)