tianocore / edk2-edkrepo

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

EdkRepo: Unmask errors from __update_local_manifest() method. #170

Closed ashedesimone closed 1 year ago

ashedesimone commented 1 year ago

Currently all errors from the __update_local_manifest() method in the sync command are only visible when using the -v flag. This prevents users from knowing why the manifest update was not completed succesfully and that in many cases it can be re-run and complete if the -o flag is used.

Fixes #166