Skip to content

Commit

Permalink
Add log message
Browse files Browse the repository at this point in the history
  • Loading branch information
trhodeos committed Oct 15, 2024
1 parent b259c4c commit 71bb19e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions metaflow/extension_support/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,8 @@ def _get_extension_packages(ignore_info_file=False, restrict_to_directories=None
# contributes to. This is to enable multiple namespace packages to contribute
# to the same extension point (for example, you may have multiple packages
# that have plugins)
if not dist.files:
_ext_debug("Invalid package seen '%s' at '%s': no file list found in metadata" % (dist_name, dist_root))
for f in dist.files or []:
parts = list(f.parts)

Expand Down

0 comments on commit 71bb19e

Please # to comment.