tianocore / edk2-edkrepo

Repository for the edkrepo utility
Other
21 stars 24 forks source link

Allow edkrepo to run with a minimum of one command package imported. #249

Closed ndhaller closed 2 months ago

ndhaller commented 3 months ago

If the global config file contains multiple packages in the command-packages section, raise an ImportError only when none of the packages could be imported.

For Python 3.5 compatibility, do not raise as ModuleNotFoundError.