edk2-edkrepo icon indicating copy to clipboard operation
edk2-edkrepo copied to clipboard

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

Open ndhaller opened this issue 9 months ago • 0 comments

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.

ndhaller avatar May 10 '24 19:05 ndhaller