Skip to content

Commit

Permalink
Harmless Backport Test (#2950)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhongsun96 committed Oct 27, 2024
1 parent 302d28f commit 35e4ba7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion backend/danswer/connectors/gitlab/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,17 @@
from danswer.connectors.models import Section
from danswer.utils.logger import setup_logger


logger = setup_logger()


# List of directories/Files to exclude
exclude_patterns = [
"logs",
".github/",
".gitlab/",
".pre-commit-config.yaml",
]
logger = setup_logger()


def _batch_gitlab_objects(
Expand Down

0 comments on commit 35e4ba7

Please sign in to comment.