Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1495,7 +1495,7 @@ class DocumentationAnalyzer:
|
|
1495 |
|
1496 |
def _analyze_doc_directory(self, directory: str) -> List[str]:
|
1497 |
"""Analyze a dedicated documentation directory (if present)."""
|
1498 |
-
|
1499 |
try:
|
1500 |
contents = self.repo.get_contents(directory)
|
1501 |
for content in contents:
|
|
|
1495 |
|
1496 |
def _analyze_doc_directory(self, directory: str) -> List[str]:
|
1497 |
"""Analyze a dedicated documentation directory (if present)."""
|
1498 |
+
doc_files = []
|
1499 |
try:
|
1500 |
contents = self.repo.get_contents(directory)
|
1501 |
for content in contents:
|