Process certificate component errors in a more tidy fashion
This commit is contained in:
parent
53d97c30c2
commit
fc3e220d61
@ -426,4 +426,8 @@ def main():
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
try:
|
||||||
exit(main())
|
exit(main())
|
||||||
|
except CertificateComponentException as certcomponent_error:
|
||||||
|
logging.error(certcomponent_error)
|
||||||
|
exit(1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user