Skip to content

Commit

Permalink
Core: announce plugins with reqirements install
Browse files Browse the repository at this point in the history
  • Loading branch information
LifeDJIK committed Mar 20, 2024
1 parent 8950865 commit cd17bb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pylon/core/tools/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,8 @@ def _prepare_modules(self, module_descriptors, prepared_items=None): # pylint:
requirements_base = tempfile.mkdtemp()
self.temporary_objects.append(requirements_base)
#
log.info("Installing requirements for: %s", module_descriptor.name)
#
try:
self.install_requirements(
requirements_path=requirements_txt,
Expand Down

0 comments on commit cd17bb8

Please sign in to comment.