Skip to content

Commit

Permalink
Fixes type
Browse files Browse the repository at this point in the history
  • Loading branch information
shariff-6 committed Jan 17, 2025
1 parent f10bd2c commit 46b46c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/gitlab/gitlab_integration/gitlab_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ async def search_files_in_project(
files_with_content = [file for file in parsed_files if file]
if files_with_content:
logger.info(
f"Found {len(files_with_content)} files with content for project {project.path_with_namespace} for path {path}"
f"Found {len(files_with_content)} files with content for project {project.path_with_namespace} for path {pattern}"
)
yield files_with_content
else:
Expand Down

0 comments on commit 46b46c0

Please sign in to comment.