summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKinney, Michael D <michael.d.kinney@intel.com>2018-07-29 10:01:37 -0700
committerStar Zeng <star.zeng@intel.com>2018-08-03 08:08:35 +0800
commit7db21256daf37633c3f93e11acc5d40f4eeb1ebc (patch)
treeb18aed386bdbe2026cdf884a233e6909017e46b5
parentb2df415a77ebb7ca88899716018b336ef70d1b8e (diff)
downloadedk2-7db21256daf37633c3f93e11acc5d40f4eeb1ebc.tar.gz
edk2-7db21256daf37633c3f93e11acc5d40f4eeb1ebc.tar.bz2
edk2-7db21256daf37633c3f93e11acc5d40f4eeb1ebc.zip
BaseTools/Capsule: Prevent traceback during signing operations
https://bugzilla.tianocore.org/show_bug.cgi?id=1046 https://bugzilla.tianocore.org/show_bug.cgi?id=1048 https://bugzilla.tianocore.org/show_bug.cgi?id=1050 Remove raise statements that generate Tracebacks that were only intended for development/debug. With the raise statements removed proper error messages are shown. Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Yonghong Zhu <yonghong.zhu@intel.com> Cc: Liming Gao <liming.gao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com> (cherry picked from commit e49eee4c51a6cb8b2f35735e375c211c41d9f6cb)
-rw-r--r--BaseTools/Source/Python/Capsule/GenerateCapsule.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/BaseTools/Source/Python/Capsule/GenerateCapsule.py b/BaseTools/Source/Python/Capsule/GenerateCapsule.py
index d829000849..42cd1fb8ba 100644
--- a/BaseTools/Source/Python/Capsule/GenerateCapsule.py
+++ b/BaseTools/Source/Python/Capsule/GenerateCapsule.py
@@ -408,7 +408,6 @@ if __name__ == '__main__':
)
except:
print ('GenerateCapsule: error: can not sign payload')
- raise
sys.exit (1)
try:
@@ -496,7 +495,6 @@ if __name__ == '__main__':
print ('========')
except:
print ('GenerateCapsule: error: can not decode capsule')
- raise
sys.exit (1)
elif args.DumpInfo: