Skip to content

Commit

Permalink
CR
Browse files Browse the repository at this point in the history
  • Loading branch information
ilaner committed Apr 16, 2024
1 parent 850b598 commit 804c663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demisto_sdk/commands/pre_commit/pre_commit_command.py
Expand Up @@ -370,7 +370,7 @@ def group_by_language(

language_to_files: Dict[str, Set] = defaultdict(set)
integrations_scripts: Set[IntegrationScript] = set()
logger.debug("Pre-Commit: Starting parsing all integrations and scripts")
logger.debug("Pre-Commit: Starting to parse all integrations and scripts")
for integration_script_paths in more_itertools.chunked_even(
integrations_scripts_mapping.keys(), INTEGRATIONS_BATCH
):
Expand All @@ -390,7 +390,7 @@ def group_by_language(
continue

if api_modules:
logger.debug("Pre-Commit: Starting handling API Modules")
logger.debug("Pre-Commit: Starting to handle API Modules")
with ContentGraphInterface() as graph:
update_content_graph(graph)
api_modules: List[Script] = graph.search( # type: ignore[no-redef]
Expand Down

0 comments on commit 804c663

Please sign in to comment.