Skip to content

Commit

Permalink
chore: logging
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Sep 15, 2023
1 parent 43b5d87 commit d8f83f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mknodes/basenodes/mknode.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ def get_requirements(self, recursive: bool = True) -> requirements.Requirements:
)
logger.debug("Merging Extensions...")
all_extensions = mergehelpers.merge_extensions(all_extensions)
logger.debug("Resulting extensions: %s", len(all_extensions))
logger.debug("Building Requirements object...")
return requirements.Requirements(
templates=all_templates,
Expand Down

0 comments on commit d8f83f5

Please sign in to comment.