Skip to content

Commit

Permalink
chore: print a log when a solution's dependencies are fetched
Browse files Browse the repository at this point in the history
  • Loading branch information
jianliang00 committed Jan 15, 2025
1 parent 7eb48f7 commit b91931b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/commands/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,5 @@ async def run(self, options, *args, **kwargs):
ignore_paths_in_git(dep.parent.target_dir, [dep.target_dir], ignore_errors=True)

tree_str = solution.get_pretty_dependency_tree()
logging.info(f'Dependencies for {solution.target_dir} are ready')
logging.debug(f'Dependency tree:\n{tree_str}')

0 comments on commit b91931b

Please sign in to comment.