You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix json output when a bundle does not use submodules
Some bundles, such as circuitpython-fonts, don't use submodules to
contain their individual libraries.
Change build_bundle_json so that it works correctly if multiple
libraries come from the same submodule.
With this change, the generated metadata for circuitpython-fonts
contains an entry for every font, not just for one font.
0 commit comments