Skip to content

Commit a295731

Browse files
author
Jet Xu
committed
Changes to be committed:
modified: llama_github/data_retrieval/github_entities.py
1 parent 4c28a93 commit a295731

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

llama_github/data_retrieval/github_entities.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,11 @@ def get_file_content(self, file_path: str, sha: Optional[str] = None) -> Optiona
263263

264264
# Logs
265265
'/logs/',
266-
'/log/',
267-
266+
'/_logs/',
267+
'/var/log/',
268+
'/log/files/',
269+
'/application/log/',
270+
268271
# PowerBI Specific Directories
269272
'/.pbi/', # PowerBI cache and temporary files directory
270273
'/Dataset/.pbi/', # PowerBI dataset cache directory

0 commit comments

Comments
 (0)